Color Hex Logo

#c372cc Color Hex

#C372CC
(195,114,204)
0 Favorites   0 Comments

Color spaces of #c372cc

RGB 195114204
HSL0.820.470.62
HSV294°44°80°
CMYK 0.040.440.00   0.20
XYZ39.422127.996460.4528
Yxy27.99640.30830.2189
Hunter Lab52.911640.3971-30.7021
CIE-Lab59.885545.7886-33.5429

#c372cc color RGB value is (195,114,204).

#c372cc hex color red value is 195, green value is 114 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c372cc hue: 0.82 , saturation: 0.47 and the lightness value of c372cc is 0.62.

The process color (four color CMYK) of #c372cc color hex is 0.04, 0.44, 0.00, 0.20. Web safe color of #c372cc is #cc66cc. Color #c372cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110010 11001100
Octal 303 162 314
Decimal 195 114 204
Hex C3 72 CC

RGB Percentages of Color #c372cc

%38.01
%22.22
%39.77

CMYK Percentages of Color #c372cc

%4
%44
%0
%20

Triadic Colors of #c372cc

#c372cc #ccc372 #72ccc3

Analogous Colors of #c372cc

#c372cc #cc72a8 #9672cc

Monochromatic Colors of #c372cc

#c372cc

Complementary Color

#c372cc #7bcc72

#c372cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c372cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c372cc Color CSS Codes

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

#c372cc Text Font Color

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

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


#c372cc Background Color

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

This div background color is #c372cc


#c372cc Border Color

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

This div border color is #c372cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c372cc


Comments

No comments written yet.

Please login to write comment.