Color Hex Logo

#c808db Color Hex

#C808DB
(200,8,219)
0 Favorites   0 Comments

Color spaces of #c808db

RGB 2008219
HSL0.820.930.45
HSV295°96°86°
CMYK 0.090.960.00   0.14
XYZ36.692417.567568.4748
Yxy17.56750.29900.1431
Hunter Lab41.913682.9153-67.5233
CIE-Lab48.967384.0367-59.3386

#c808db color RGB value is (200,8,219).

#c808db hex color red value is 200, green value is 8 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c808db hue: 0.82 , saturation: 0.93 and the lightness value of c808db is 0.45.

The process color (four color CMYK) of #c808db color hex is 0.09, 0.96, 0.00, 0.14. Web safe color of #c808db is #cc00cc. Color #c808db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001000 11011011
Octal 310 10 333
Decimal 200 8 219
Hex C8 8 DB

RGB Percentages of Color #c808db

%46.84
%1.87
%51.29

CMYK Percentages of Color #c808db

%9
%96
%0
%14

Triadic Colors of #c808db

#c808db #dbc808 #08dbc8

Analogous Colors of #c808db

#c808db #db0885 #5e08db

Monochromatic Colors of #c808db

#c808db

Complementary Color

#c808db #1bdb08

#c808db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c808db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c808db Color CSS Codes

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

#c808db Text Font Color

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

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


#c808db Background Color

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

This div background color is #c808db


#c808db Border Color

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

This div border color is #c808db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c808db


Comments

No comments written yet.

Please login to write comment.