Color Hex Logo

#c372ea Color Hex

#C372EA
(195,114,234)
0 Favorites   0 Comments

Color spaces of #c372ea

RGB 195114234
HSL0.780.740.68
HSV281°51°92°
CMYK 0.170.510.00   0.08
XYZ43.374329.577281.2648
Yxy29.57720.28130.1918
Hunter Lab54.384947.1878-50.5248
CIE-Lab61.287751.8108-48.1621

#c372ea color RGB value is (195,114,234).

#c372ea hex color red value is 195, green value is 114 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c372ea hue: 0.78 , saturation: 0.74 and the lightness value of c372ea is 0.68.

The process color (four color CMYK) of #c372ea color hex is 0.17, 0.51, 0.00, 0.08. Web safe color of #c372ea is #cc66ff. Color #c372ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110010 11101010
Octal 303 162 352
Decimal 195 114 234
Hex C3 72 EA

RGB Percentages of Color #c372ea

%35.91
%20.99
%43.09

CMYK Percentages of Color #c372ea

%17
%51
%0
%8

Triadic Colors of #c372ea

#c372ea #eac372 #72eac3

Analogous Colors of #c372ea

#c372ea #ea72d5 #8772ea

Monochromatic Colors of #c372ea

#c372ea

Complementary Color

#c372ea #99ea72

#c372ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c372ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c372ea Color CSS Codes

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

#c372ea Text Font Color

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

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


#c372ea Background Color

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

This div background color is #c372ea


#c372ea Border Color

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

This div border color is #c372ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c372ea


Comments

No comments written yet.

Please login to write comment.