Color Hex Logo

#cc11db Color Hex

#CC11DB
(204,17,219)
0 Favorites   0 Comments

Color spaces of #cc11db

RGB 20417219
HSL0.820.860.46
HSV296°92°86°
CMYK 0.070.920.00   0.14
XYZ37.888518.352768.5633
Yxy18.35270.30360.1471
Hunter Lab42.840182.8985-64.9026
CIE-Lab49.921183.8390-57.7678

#cc11db color RGB value is (204,17,219).

#cc11db hex color red value is 204, green value is 17 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cc11db hue: 0.82 , saturation: 0.86 and the lightness value of cc11db is 0.46.

The process color (four color CMYK) of #cc11db color hex is 0.07, 0.92, 0.00, 0.14. Web safe color of #cc11db is #cc00cc. Color #cc11db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010001 11011011
Octal 314 21 333
Decimal 204 17 219
Hex CC 11 DB

RGB Percentages of Color #cc11db

%46.36
%3.86
%49.77

CMYK Percentages of Color #cc11db

%7
%92
%0
%14

Triadic Colors of #cc11db

#cc11db #dbcc11 #11dbcc

Analogous Colors of #cc11db

#cc11db #db1185 #6711db

Monochromatic Colors of #cc11db

#cc11db

Complementary Color

#cc11db #20db11

#cc11db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc11db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc11db Color CSS Codes

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

#cc11db Text Font Color

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

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


#cc11db Background Color

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

This div background color is #cc11db


#cc11db Border Color

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

This div border color is #cc11db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc11db


Comments

No comments written yet.

Please login to write comment.