Color Hex Logo

#cc5eea Color Hex

#CC5EEA
(204,94,234)
0 Favorites   0 Comments

Color spaces of #cc5eea

RGB 20494234
HSL0.800.770.64
HSV287°60°92°
CMYK 0.130.600.00   0.08
XYZ43.755826.783380.7054
Yxy26.78330.28930.1771
Hunter Lab51.752660.3512-56.2328
CIE-Lab58.773263.7744-52.0802

#cc5eea color RGB value is (204,94,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011110 11101010
Octal 314 136 352
Decimal 204 94 234
Hex CC 5E EA

RGB Percentages of Color #cc5eea

%38.35
%17.67
%43.98

CMYK Percentages of Color #cc5eea

%13
%60
%0
%8

Triadic Colors of #cc5eea

#cc5eea #eacc5e #5eeacc

Analogous Colors of #cc5eea

#cc5eea #ea5ec2 #865eea

Monochromatic Colors of #cc5eea

#cc5eea

Complementary Color

#cc5eea #7cea5e

#cc5eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5eea Color CSS Codes

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

#cc5eea Text Font Color

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

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


#cc5eea Background Color

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

This div background color is #cc5eea


#cc5eea Border Color

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

This div border color is #cc5eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5eea


Comments

No comments written yet.

Please login to write comment.