Color Hex Logo

#cc4ece Color Hex

#CC4ECE
(204,78,206)
0 Favorites   0 Comments

Color spaces of #cc4ece

RGB 20478206
HSL0.830.570.56
HSV299°62°81°
CMYK 0.010.620.00   0.19
XYZ38.766822.742460.7390
Yxy22.74240.31710.1860
Hunter Lab47.689061.6485-42.1323
CIE-Lab54.806065.6052-42.5596

#cc4ece color RGB value is (204,78,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001110 11001110
Octal 314 116 316
Decimal 204 78 206
Hex CC 4E CE

RGB Percentages of Color #cc4ece

%41.80
%15.98
%42.21

CMYK Percentages of Color #cc4ece

%1
%62
%0
%19

Triadic Colors of #cc4ece

#cc4ece #cecc4e #4ececc

Analogous Colors of #cc4ece

#cc4ece #ce4e90 #8c4ece

Monochromatic Colors of #cc4ece

#cc4ece

Complementary Color

#cc4ece #50ce4e

#cc4ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4ece Color CSS Codes

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

#cc4ece Text Font Color

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

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


#cc4ece Background Color

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

This div background color is #cc4ece


#cc4ece Border Color

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

This div border color is #cc4ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4ece


Comments

No comments written yet.

Please login to write comment.