Color Hex Logo

#cc5ecc Color Hex

#CC5ECC
(204,94,204)
0 Favorites   0 Comments

Color spaces of #cc5ecc

RGB 20494204
HSL0.830.520.58
HSV300°54°80°
CMYK 0.000.540.00   0.20
XYZ39.803625.202459.8934
Yxy25.20240.31870.2018
Hunter Lab50.202053.6736-35.5944
CIE-Lab57.272158.2521-37.5401

#cc5ecc color RGB value is (204,94,204).

#cc5ecc hex color red value is 204, green value is 94 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cc5ecc hue: 0.83 , saturation: 0.52 and the lightness value of cc5ecc is 0.58.

The process color (four color CMYK) of #cc5ecc color hex is 0.00, 0.54, 0.00, 0.20. Web safe color of #cc5ecc is #cc66cc. Color #cc5ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011110 11001100
Octal 314 136 314
Decimal 204 94 204
Hex CC 5E CC

RGB Percentages of Color #cc5ecc

%40.64
%18.73
%40.64

CMYK Percentages of Color #cc5ecc

%0
%54
%0
%20

Triadic Colors of #cc5ecc

#cc5ecc #cccc5e #5ecccc

Analogous Colors of #cc5ecc

#cc5ecc #cc5e95 #955ecc

Monochromatic Colors of #cc5ecc

#cc5ecc

Complementary Color

#cc5ecc #5ecc5e

#cc5ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5ecc Color CSS Codes

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

#cc5ecc Text Font Color

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

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


#cc5ecc Background Color

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

This div background color is #cc5ecc


#cc5ecc Border Color

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

This div border color is #cc5ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5ecc


Comments

No comments written yet.

Please login to write comment.