Color Hex Logo

#c472dc Color Hex

#C472DC
(196,114,220)
0 Favorites   0 Comments

Color spaces of #c472dc

RGB 196114220
HSL0.800.600.65
HSV286°48°86°
CMYK 0.110.480.00   0.14
XYZ41.700528.937771.0978
Yxy28.93770.29420.2042
Hunter Lab53.793844.2327-40.7064
CIE-Lab60.726649.2125-41.2244

#c472dc color RGB value is (196,114,220).

#c472dc hex color red value is 196, green value is 114 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c472dc hue: 0.80 , saturation: 0.60 and the lightness value of c472dc is 0.65.

The process color (four color CMYK) of #c472dc color hex is 0.11, 0.48, 0.00, 0.14. Web safe color of #c472dc is #cc66cc. Color #c472dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110010 11011100
Octal 304 162 334
Decimal 196 114 220
Hex C4 72 DC

RGB Percentages of Color #c472dc

%36.98
%21.51
%41.51

CMYK Percentages of Color #c472dc

%11
%48
%0
%14

Triadic Colors of #c472dc

#c472dc #dcc472 #72dcc4

Analogous Colors of #c472dc

#c472dc #dc72bf #8f72dc

Monochromatic Colors of #c472dc

#c472dc

Complementary Color

#c472dc #8adc72

#c472dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c472dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c472dc Color CSS Codes

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

#c472dc Text Font Color

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

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


#c472dc Background Color

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

This div background color is #c472dc


#c472dc Border Color

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

This div border color is #c472dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c472dc


Comments

No comments written yet.

Please login to write comment.