Color Hex Logo

#cc4ecf Color Hex

#CC4ECF
(204,78,207)
0 Favorites   0 Comments

Color spaces of #cc4ecf

RGB 20478207
HSL0.830.570.56
HSV299°62°81°
CMYK 0.010.620.00   0.19
XYZ38.888722.791161.3810
Yxy22.79110.31600.1852
Hunter Lab47.740061.8598-42.8132
CIE-Lab54.856565.7758-43.0506

#cc4ecf color RGB value is (204,78,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001110 11001111
Octal 314 116 317
Decimal 204 78 207
Hex CC 4E CF

RGB Percentages of Color #cc4ecf

%41.72
%15.95
%42.33

CMYK Percentages of Color #cc4ecf

%1
%62
%0
%19

Triadic Colors of #cc4ecf

#cc4ecf #cfcc4e #4ecfcc

Analogous Colors of #cc4ecf

#cc4ecf #cf4e92 #8c4ecf

Monochromatic Colors of #cc4ecf

#cc4ecf

Complementary Color

#cc4ecf #51cf4e

#cc4ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4ecf Color CSS Codes

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

#cc4ecf Text Font Color

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

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


#cc4ecf Background Color

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

This div background color is #cc4ecf


#cc4ecf Border Color

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

This div border color is #cc4ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4ecf


Comments

No comments written yet.

Please login to write comment.