Color Hex Logo

#c264ac Color Hex

#C264AC
(194,100,172)
0 Favorites   0 Comments

Color spaces of #c264ac

RGB 194100172
HSL0.870.440.58
HSV314°48°76°
CMYK 0.000.480.11   0.24
XYZ34.251723.562241.7724
Yxy23.56220.34390.2366
Hunter Lab48.540941.0075-17.0440
CIE-Lab55.646846.9875-21.7959

#c264ac color RGB value is (194,100,172).

#c264ac hex color red value is 194, green value is 100 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c264ac hue: 0.87 , saturation: 0.44 and the lightness value of c264ac is 0.58.

The process color (four color CMYK) of #c264ac color hex is 0.00, 0.48, 0.11, 0.24. Web safe color of #c264ac is #cc6699. Color #c264ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100100 10101100
Octal 302 144 254
Decimal 194 100 172
Hex C2 64 AC

RGB Percentages of Color #c264ac

%41.63
%21.46
%36.91

CMYK Percentages of Color #c264ac

%0
%48
%11
%24

Triadic Colors of #c264ac

#c264ac #acc264 #64acc2

Analogous Colors of #c264ac

#c264ac #c2647d #a964c2

Monochromatic Colors of #c264ac

#c264ac

Complementary Color

#c264ac #64c27a

#c264ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c264ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c264ac Color CSS Codes

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

#c264ac Text Font Color

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

This sample text font color is #c264ac
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.


#c264ac Background Color

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

This div background color is #c264ac


#c264ac Border Color

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

This div border color is #c264ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c264ac


Comments

No comments written yet.

Please login to write comment.