Color Hex Logo

#cc5ece Color Hex

#CC5ECE
(204,94,206)
0 Favorites   0 Comments

Color spaces of #cc5ece

RGB 20494206
HSL0.830.530.59
HSV299°54°81°
CMYK 0.010.540.00   0.19
XYZ40.045125.299061.1651
Yxy25.29900.31650.2000
Hunter Lab50.298154.0920-36.8910
CIE-Lab57.365658.6042-38.5306

#cc5ece color RGB value is (204,94,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011110 11001110
Octal 314 136 316
Decimal 204 94 206
Hex CC 5E CE

RGB Percentages of Color #cc5ece

%40.48
%18.65
%40.87

CMYK Percentages of Color #cc5ece

%1
%54
%0
%19

Triadic Colors of #cc5ece

#cc5ece #cecc5e #5ececc

Analogous Colors of #cc5ece

#cc5ece #ce5e98 #945ece

Monochromatic Colors of #cc5ece

#cc5ece

Complementary Color

#cc5ece #60ce5e

#cc5ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5ece Color CSS Codes

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

#cc5ece Text Font Color

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

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


#cc5ece Background Color

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

This div background color is #cc5ece


#cc5ece Border Color

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

This div border color is #cc5ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5ece


Comments

No comments written yet.

Please login to write comment.