Color Hex Logo

#c372ef Color Hex

#C372EF
(195,114,239)
0 Favorites   0 Comments

Color spaces of #c372ef

RGB 195114239
HSL0.770.800.69
HSV279°52°94°
CMYK 0.180.520.00   0.06
XYZ44.103029.868785.1021
Yxy29.86870.27720.1878
Hunter Lab54.652348.4035-54.0672
CIE-Lab61.540852.8637-50.5375

#c372ef color RGB value is (195,114,239).

#c372ef hex color red value is 195, green value is 114 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c372ef hue: 0.77 , saturation: 0.80 and the lightness value of c372ef is 0.69.

The process color (four color CMYK) of #c372ef color hex is 0.18, 0.52, 0.00, 0.06. Web safe color of #c372ef is #cc66ff. Color #c372ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110010 11101111
Octal 303 162 357
Decimal 195 114 239
Hex C3 72 EF

RGB Percentages of Color #c372ef

%35.58
%20.80
%43.61

CMYK Percentages of Color #c372ef

%18
%52
%0
%6

Triadic Colors of #c372ef

#c372ef #efc372 #72efc3

Analogous Colors of #c372ef

#c372ef #ef72dd #8572ef

Monochromatic Colors of #c372ef

#c372ef

Complementary Color

#c372ef #9eef72

#c372ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c372ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c372ef Color CSS Codes

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

#c372ef Text Font Color

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

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


#c372ef Background Color

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

This div background color is #c372ef


#c372ef Border Color

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

This div border color is #c372ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c372ef


Comments

No comments written yet.

Please login to write comment.