Color Hex Logo

#cc3ebb Color Hex

#CC3EBB
(204,62,187)
0 Favorites   0 Comments

Color spaces of #cc3ebb

RGB 20462187
HSL0.850.580.52
HSV307°70°80°
CMYK 0.000.700.08   0.20
XYZ35.594119.870548.9731
Yxy19.87050.34080.1903
Hunter Lab44.576364.5232-33.9346
CIE-Lab51.690568.6294-36.5289

#cc3ebb color RGB value is (204,62,187).

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

The process color (four color CMYK) of #cc3ebb color hex is 0.00, 0.70, 0.08, 0.20. Web safe color of #cc3ebb is #cc33cc. Color #cc3ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111110 10111011
Octal 314 76 273
Decimal 204 62 187
Hex CC 3E BB

RGB Percentages of Color #cc3ebb

%45.03
%13.69
%41.28

CMYK Percentages of Color #cc3ebb

%0
%70
%8
%20

Triadic Colors of #cc3ebb

#cc3ebb #bbcc3e #3ebbcc

Analogous Colors of #cc3ebb

#cc3ebb #cc3e74 #963ecc

Monochromatic Colors of #cc3ebb

#cc3ebb

Complementary Color

#cc3ebb #3ecc4f

#cc3ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3ebb Color CSS Codes

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

#cc3ebb Text Font Color

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

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


#cc3ebb Background Color

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

This div background color is #cc3ebb


#cc3ebb Border Color

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

This div border color is #cc3ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3ebb


Comments

No comments written yet.

Please login to write comment.