Color Hex Logo

#cc4ebe Color Hex

#CC4EBE
(204,78,190)
0 Favorites   0 Comments

Color spaces of #cc4ebe

RGB 20478190
HSL0.850.550.55
HSV307°62°80°
CMYK 0.000.620.07   0.20
XYZ36.920522.003951.0164
Yxy22.00390.33580.2001
Hunter Lab46.908358.4039-31.6466
CIE-Lab54.031162.9625-34.5954

#cc4ebe color RGB value is (204,78,190).

#cc4ebe hex color red value is 204, green value is 78 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cc4ebe hue: 0.85 , saturation: 0.55 and the lightness value of cc4ebe is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001110 10111110
Octal 314 116 276
Decimal 204 78 190
Hex CC 4E BE

RGB Percentages of Color #cc4ebe

%43.22
%16.53
%40.25

CMYK Percentages of Color #cc4ebe

%0
%62
%7
%20

Triadic Colors of #cc4ebe

#cc4ebe #becc4e #4ebecc

Analogous Colors of #cc4ebe

#cc4ebe #cc4e7f #9b4ecc

Monochromatic Colors of #cc4ebe

#cc4ebe

Complementary Color

#cc4ebe #4ecc5c

#cc4ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4ebe Color CSS Codes

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

#cc4ebe Text Font Color

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

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


#cc4ebe Background Color

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

This div background color is #cc4ebe


#cc4ebe Border Color

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

This div border color is #cc4ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4ebe


Comments

No comments written yet.

Please login to write comment.