Color Hex Logo

#cc4ebf Color Hex

#CC4EBF
(204,78,191)
0 Favorites   0 Comments

Color spaces of #cc4ebf

RGB 20478191
HSL0.850.550.55
HSV306°62°80°
CMYK 0.000.620.06   0.20
XYZ37.030222.047751.5941
Yxy22.04770.33460.1992
Hunter Lab46.955058.5996-32.2793
CIE-Lab54.077663.1234-35.0995

#cc4ebf color RGB value is (204,78,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001110 10111111
Octal 314 116 277
Decimal 204 78 191
Hex CC 4E BF

RGB Percentages of Color #cc4ebf

%43.13
%16.49
%40.38

CMYK Percentages of Color #cc4ebf

%0
%62
%6
%20

Triadic Colors of #cc4ebf

#cc4ebf #bfcc4e #4ebfcc

Analogous Colors of #cc4ebf

#cc4ebf #cc4e80 #9a4ecc

Monochromatic Colors of #cc4ebf

#cc4ebf

Complementary Color

#cc4ebf #4ecc5b

#cc4ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4ebf Color CSS Codes

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

#cc4ebf Text Font Color

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

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


#cc4ebf Background Color

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

This div background color is #cc4ebf


#cc4ebf Border Color

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

This div border color is #cc4ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4ebf


Comments

No comments written yet.

Please login to write comment.