Color Hex Logo

#c372be Color Hex

#C372BE
(195,114,190)
0 Favorites   0 Comments

Color spaces of #c372be

RGB 195114190
HSL0.840.400.61
HSV304°42°76°
CMYK 0.000.420.03   0.24
XYZ37.817327.354452.0019
Yxy27.35440.32270.2335
Hunter Lab52.301437.5395-22.3394
CIE-Lab59.300943.1781-26.5035

#c372be color RGB value is (195,114,190).

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

The process color (four color CMYK) of #c372be color hex is 0.00, 0.42, 0.03, 0.24. Web safe color of #c372be is #cc66cc. Color #c372be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110010 10111110
Octal 303 162 276
Decimal 195 114 190
Hex C3 72 BE

RGB Percentages of Color #c372be

%39.08
%22.85
%38.08

CMYK Percentages of Color #c372be

%0
%42
%3
%24

Triadic Colors of #c372be

#c372be #bec372 #72bec3

Analogous Colors of #c372be

#c372be #c37296 #a072c3

Monochromatic Colors of #c372be

#c372be

Complementary Color

#c372be #72c377

#c372be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c372be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c372be Color CSS Codes

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

#c372be Text Font Color

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

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


#c372be Background Color

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

This div background color is #c372be


#c372be Border Color

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

This div border color is #c372be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c372be


Comments

No comments written yet.

Please login to write comment.