Color Hex Logo

#c472ad Color Hex

#C472AD
(196,114,173)
0 Favorites   0 Comments

Color spaces of #c472ad

RGB 196114173
HSL0.880.410.61
HSV317°42°77°
CMYK 0.000.420.12   0.23
XYZ36.325126.787542.7911
Yxy26.78750.34300.2529
Hunter Lab51.756634.7051-12.7898
CIE-Lab58.777140.5340-17.5706

#c472ad color RGB value is (196,114,173).

#c472ad hex color red value is 196, green value is 114 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c472ad hue: 0.88 , saturation: 0.41 and the lightness value of c472ad is 0.61.

The process color (four color CMYK) of #c472ad color hex is 0.00, 0.42, 0.12, 0.23. Web safe color of #c472ad is #cc6699. Color #c472ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110010 10101101
Octal 304 162 255
Decimal 196 114 173
Hex C4 72 AD

RGB Percentages of Color #c472ad

%40.58
%23.60
%35.82

CMYK Percentages of Color #c472ad

%0
%42
%12
%23

Triadic Colors of #c472ad

#c472ad #adc472 #72adc4

Analogous Colors of #c472ad

#c472ad #c47284 #b272c4

Monochromatic Colors of #c472ad

#c472ad

Complementary Color

#c472ad #72c489

#c472ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c472ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c472ad Color CSS Codes

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

#c472ad Text Font Color

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

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


#c472ad Background Color

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

This div background color is #c472ad


#c472ad Border Color

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

This div border color is #c472ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,114,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c472ad


Comments

No comments written yet.

Please login to write comment.