Color Hex Logo

#c472bd Color Hex

#C472BD
(196,114,189)
0 Favorites   0 Comments

Color spaces of #c472bd

RGB 196114189
HSL0.850.410.61
HSV305°42°77°
CMYK 0.000.420.04   0.23
XYZ37.967627.444551.4403
Yxy27.44450.32490.2349
Hunter Lab52.387537.6889-21.5468
CIE-Lab59.383543.3087-25.7962

#c472bd color RGB value is (196,114,189).

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

The process color (four color CMYK) of #c472bd color hex is 0.00, 0.42, 0.04, 0.23. Web safe color of #c472bd is #cc66cc. Color #c472bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110010 10111101
Octal 304 162 275
Decimal 196 114 189
Hex C4 72 BD

RGB Percentages of Color #c472bd

%39.28
%22.85
%37.88

CMYK Percentages of Color #c472bd

%0
%42
%4
%23

Triadic Colors of #c472bd

#c472bd #bdc472 #72bdc4

Analogous Colors of #c472bd

#c472bd #c47294 #a272c4

Monochromatic Colors of #c472bd

#c472bd

Complementary Color

#c472bd #72c479

#c472bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c472bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c472bd Color CSS Codes

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

#c472bd Text Font Color

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

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


#c472bd Background Color

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

This div background color is #c472bd


#c472bd Border Color

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

This div border color is #c472bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c472bd


Comments

No comments written yet.

Please login to write comment.