Color Hex Logo

#c372b1 Color Hex

#C372B1
(195,114,177)
0 Favorites   0 Comments

Color spaces of #c372b1

RGB 195114177
HSL0.870.400.61
HSV313°42°76°
CMYK 0.000.420.09   0.24
XYZ36.458826.811144.8484
Yxy26.81110.33720.2480
Hunter Lab51.779435.0709-15.1080
CIE-Lab58.799140.8840-19.8439

#c372b1 color RGB value is (195,114,177).

#c372b1 hex color red value is 195, green value is 114 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #c372b1 hue: 0.87 , saturation: 0.40 and the lightness value of c372b1 is 0.61.

The process color (four color CMYK) of #c372b1 color hex is 0.00, 0.42, 0.09, 0.24. Web safe color of #c372b1 is #cc6699. Color #c372b1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110010 10110001
Octal 303 162 261
Decimal 195 114 177
Hex C3 72 B1

RGB Percentages of Color #c372b1

%40.12
%23.46
%36.42

CMYK Percentages of Color #c372b1

%0
%42
%9
%24

Triadic Colors of #c372b1

#c372b1 #b1c372 #72b1c3

Analogous Colors of #c372b1

#c372b1 #c37289 #ad72c3

Monochromatic Colors of #c372b1

#c372b1

Complementary Color

#c372b1 #72c384

#c372b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c372b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c372b1 Color CSS Codes

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

#c372b1 Text Font Color

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

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


#c372b1 Background Color

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

This div background color is #c372b1


#c372b1 Border Color

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

This div border color is #c372b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c372b1


Comments

No comments written yet.

Please login to write comment.