Color Hex Logo

#cc5ebf Color Hex

#CC5EBF
(204,94,191)
0 Favorites   0 Comments

Color spaces of #cc5ebf

RGB 20494191
HSL0.850.520.58
HSV307°54°80°
CMYK 0.000.540.06   0.20
XYZ38.308524.604452.0203
Yxy24.60440.33330.2141
Hunter Lab49.602851.0515-27.4576
CIE-Lab56.687956.0265-31.0271

#cc5ebf color RGB value is (204,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011110 10111111
Octal 314 136 277
Decimal 204 94 191
Hex CC 5E BF

RGB Percentages of Color #cc5ebf

%41.72
%19.22
%39.06

CMYK Percentages of Color #cc5ebf

%0
%54
%6
%20

Triadic Colors of #cc5ebf

#cc5ebf #bfcc5e #5ebfcc

Analogous Colors of #cc5ebf

#cc5ebf #cc5e88 #a25ecc

Monochromatic Colors of #cc5ebf

#cc5ebf

Complementary Color

#cc5ebf #5ecc6b

#cc5ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5ebf Color CSS Codes

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

#cc5ebf Text Font Color

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

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


#cc5ebf Background Color

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

This div background color is #cc5ebf


#cc5ebf Border Color

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

This div border color is #cc5ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5ebf


Comments

No comments written yet.

Please login to write comment.