Color Hex Logo

#c872ac Color Hex

#C872AC
(200,114,172)
0 Favorites   0 Comments

Color spaces of #c872ac

RGB 200114172
HSL0.890.440.62
HSV320°43°78°
CMYK 0.000.430.14   0.22
XYZ37.283127.292542.3327
Yxy27.29250.34870.2553
Hunter Lab52.242235.9641-11.4741
CIE-Lab59.244141.6833-16.2405

#c872ac color RGB value is (200,114,172).

#c872ac hex color red value is 200, green value is 114 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c872ac hue: 0.89 , saturation: 0.44 and the lightness value of c872ac is 0.62.

The process color (four color CMYK) of #c872ac color hex is 0.00, 0.43, 0.14, 0.22. Web safe color of #c872ac is #cc6699. Color #c872ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110010 10101100
Octal 310 162 254
Decimal 200 114 172
Hex C8 72 AC

RGB Percentages of Color #c872ac

%41.15
%23.46
%35.39

CMYK Percentages of Color #c872ac

%0
%43
%14
%22

Triadic Colors of #c872ac

#c872ac #acc872 #72acc8

Analogous Colors of #c872ac

#c872ac #c87281 #b972c8

Monochromatic Colors of #c872ac

#c872ac

Complementary Color

#c872ac #72c88e

#c872ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c872ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c872ac Color CSS Codes

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

#c872ac Text Font Color

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

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


#c872ac Background Color

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

This div background color is #c872ac


#c872ac Border Color

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

This div border color is #c872ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,114,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 #c872ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c872ac


Comments

No comments written yet.

Please login to write comment.