Color Hex Logo

#c801db Color Hex

#C801DB
(200,1,219)
0 Favorites   0 Comments

Color spaces of #c801db

RGB 2001219
HSL0.820.990.43
HSV295°100°86°
CMYK 0.091.000.00   0.14
XYZ36.616517.415568.4495
Yxy17.41550.29900.1422
Hunter Lab41.731983.5892-68.0364
CIE-Lab48.779484.5955-59.6414

#c801db color RGB value is (200,1,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000001 11011011
Octal 310 1 333
Decimal 200 1 219
Hex C8 1 DB

RGB Percentages of Color #c801db

%47.62
%0.24
%52.14

CMYK Percentages of Color #c801db

%9
%100
%0
%14

Triadic Colors of #c801db

#c801db #dbc801 #01dbc8

Analogous Colors of #c801db

#c801db #db0181 #5b01db

Monochromatic Colors of #c801db

#c801db

Complementary Color

#c801db #14db01

#c801db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c801db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c801db Color CSS Codes

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

#c801db Text Font Color

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

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


#c801db Background Color

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

This div background color is #c801db


#c801db Border Color

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

This div border color is #c801db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c801db


Comments

No comments written yet.

Please login to write comment.