Color Hex Logo

#cc5fea Color Hex

#CC5FEA
(204,95,234)
0 Favorites   0 Comments

Color spaces of #cc5fea

RGB 20495234
HSL0.800.770.65
HSV287°59°92°
CMYK 0.130.590.00   0.08
XYZ43.845326.962380.7352
Yxy26.96230.28930.1779
Hunter Lab51.925259.8550-55.8385
CIE-Lab58.939463.3210-51.8159

#cc5fea color RGB value is (204,95,234).

#cc5fea hex color red value is 204, green value is 95 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cc5fea hue: 0.80 , saturation: 0.77 and the lightness value of cc5fea is 0.65.

The process color (four color CMYK) of #cc5fea color hex is 0.13, 0.59, 0.00, 0.08. Web safe color of #cc5fea is #cc66ff. Color #cc5fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011111 11101010
Octal 314 137 352
Decimal 204 95 234
Hex CC 5F EA

RGB Percentages of Color #cc5fea

%38.27
%17.82
%43.90

CMYK Percentages of Color #cc5fea

%13
%59
%0
%8

Triadic Colors of #cc5fea

#cc5fea #eacc5f #5feacc

Analogous Colors of #cc5fea

#cc5fea #ea5fc3 #875fea

Monochromatic Colors of #cc5fea

#cc5fea

Complementary Color

#cc5fea #7dea5f

#cc5fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5fea Color CSS Codes

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

#cc5fea Text Font Color

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

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


#cc5fea Background Color

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

This div background color is #cc5fea


#cc5fea Border Color

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

This div border color is #cc5fea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,95,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 #cc5fea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5fea


Comments

No comments written yet.

Please login to write comment.