Color Hex Logo

#cc5ebc Color Hex

#CC5EBC
(204,94,188)
0 Favorites   0 Comments

Color spaces of #cc5ebc

RGB 20494188
HSL0.860.520.58
HSV309°54°80°
CMYK 0.000.540.08   0.20
XYZ37.981624.473650.2990
Yxy24.47360.33690.2171
Hunter Lab49.470850.4709-25.6530
CIE-Lab56.558955.5291-29.5057

#cc5ebc color RGB value is (204,94,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011110 10111100
Octal 314 136 274
Decimal 204 94 188
Hex CC 5E BC

RGB Percentages of Color #cc5ebc

%41.98
%19.34
%38.68

CMYK Percentages of Color #cc5ebc

%0
%54
%8
%20

Triadic Colors of #cc5ebc

#cc5ebc #bccc5e #5ebccc

Analogous Colors of #cc5ebc

#cc5ebc #cc5e85 #a55ecc

Monochromatic Colors of #cc5ebc

#cc5ebc

Complementary Color

#cc5ebc #5ecc6e

#cc5ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5ebc Color CSS Codes

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

#cc5ebc Text Font Color

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

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


#cc5ebc Background Color

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

This div background color is #cc5ebc


#cc5ebc Border Color

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

This div border color is #cc5ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5ebc


Comments

No comments written yet.

Please login to write comment.