Color Hex Logo

#c273aa Color Hex

#C273AA
(194,115,170)
0 Favorites   0 Comments

Color spaces of #c273aa

RGB 194115170
HSL0.880.390.61
HSV318°41°76°
CMYK 0.000.410.12   0.24
XYZ35.634626.633141.2928
Yxy26.63310.34410.2572
Hunter Lab51.607332.9408-11.3149
CIE-Lab58.633238.8406-16.0886

#c273aa color RGB value is (194,115,170).

#c273aa hex color red value is 194, green value is 115 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c273aa hue: 0.88 , saturation: 0.39 and the lightness value of c273aa is 0.61.

The process color (four color CMYK) of #c273aa color hex is 0.00, 0.41, 0.12, 0.24. Web safe color of #c273aa is #cc6699. Color #c273aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110011 10101010
Octal 302 163 252
Decimal 194 115 170
Hex C2 73 AA

RGB Percentages of Color #c273aa

%40.50
%24.01
%35.49

CMYK Percentages of Color #c273aa

%0
%41
%12
%24

Triadic Colors of #c273aa

#c273aa #aac273 #73aac2

Analogous Colors of #c273aa

#c273aa #c27383 #b373c2

Monochromatic Colors of #c273aa

#c273aa

Complementary Color

#c273aa #73c28b

#c273aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c273aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c273aa Color CSS Codes

.mybgcolor {background-color:#c273aa; } 
.myforecolor {color:#c273aa; }
.mybordercolor {border:3px solid #c273aa; }

#c273aa Text Font Color

<p style="color:#c273aa">Text here</p>

This sample text font color is #c273aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c273aa Background Color

<div style="background-color:#c273aa">
Div content here</div>

This div background color is #c273aa


#c273aa Border Color

<div style="border:3px solid #c273aa">
Div here</div>

This div border color is #c273aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,115,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c273aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c273aa;
  -webkit-box-shadow: 1px 1px 3px 2px #c273aa;
  box-shadow:         1px 1px 3px 2px #c273aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,115,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c273aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c273aa;
  -webkit-box-shadow: 1px 1px 3px 2px #c273aa;
  box-shadow:         1px 1px 3px 2px #c273aa;">
Div content here</div>

This div box has shadow with color #c273aa


Comments

No comments written yet.

Please login to write comment.