Color Hex Logo

#cc5cce Color Hex

#CC5CCE
(204,92,206)
0 Favorites   0 Comments

Color spaces of #cc5cce

RGB 20492206
HSL0.830.540.58
HSV299°55°81°
CMYK 0.010.550.00   0.19
XYZ39.869624.947961.1066
Yxy24.94790.31660.1981
Hunter Lab49.947955.0742-37.5723
CIE-Lab57.024659.5255-39.0659

#cc5cce color RGB value is (204,92,206).

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

The process color (four color CMYK) of #cc5cce color hex is 0.01, 0.55, 0.00, 0.19. Web safe color of #cc5cce is #cc66cc. Color #cc5cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011100 11001110
Octal 314 134 316
Decimal 204 92 206
Hex CC 5C CE

RGB Percentages of Color #cc5cce

%40.64
%18.33
%41.04

CMYK Percentages of Color #cc5cce

%1
%55
%0
%19

Triadic Colors of #cc5cce

#cc5cce #cecc5c #5ccecc

Analogous Colors of #cc5cce

#cc5cce #ce5c97 #935cce

Monochromatic Colors of #cc5cce

#cc5cce

Complementary Color

#cc5cce #5ece5c

#cc5cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5cce Color CSS Codes

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

#cc5cce Text Font Color

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

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


#cc5cce Background Color

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

This div background color is #cc5cce


#cc5cce Border Color

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

This div border color is #cc5cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5cce


Comments

No comments written yet.

Please login to write comment.