Color Hex Logo

#cc11be Color Hex

#CC11BE
(204,17,190)
0 Favorites   0 Comments

Color spaces of #cc11be

RGB 20417190
HSL0.850.850.43
HSV304°92°80°
CMYK 0.000.920.07   0.20
XYZ34.396616.956050.1751
Yxy16.95600.33880.1670
Hunter Lab41.177777.0440-43.4207
CIE-Lab48.204579.5671-43.7827

#cc11be color RGB value is (204,17,190).

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

The process color (four color CMYK) of #cc11be color hex is 0.00, 0.92, 0.07, 0.20. Web safe color of #cc11be is #cc00cc. Color #cc11be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010001 10111110
Octal 314 21 276
Decimal 204 17 190
Hex CC 11 BE

RGB Percentages of Color #cc11be

%49.64
%4.14
%46.23

CMYK Percentages of Color #cc11be

%0
%92
%7
%20

Triadic Colors of #cc11be

#cc11be #becc11 #11becc

Analogous Colors of #cc11be

#cc11be #cc1160 #7d11cc

Monochromatic Colors of #cc11be

#cc11be

Complementary Color

#cc11be #11cc1f

#cc11be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc11be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc11be Color CSS Codes

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

#cc11be Text Font Color

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

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


#cc11be Background Color

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

This div background color is #cc11be


#cc11be Border Color

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

This div border color is #cc11be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc11be


Comments

No comments written yet.

Please login to write comment.