color codes Logo

#d003db color codes

#D003DB
(208,3,219)
0 Favorites   0 Comments

Color spaces of #d003db

RGB 2083219
HSL0.820.970.44
HSV297°99°86°
CMYK 0.050.990.00   0.14
XYZ38.831218.589568.5593
Yxy18.58950.30820.1476
Hunter Lab43.115585.3105-64.0979
CIE-Lab50.203485.6491-57.2777

#d003db color RGB value is (208,3,219).

#d003db hex color red value is 208, green value is 3 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d003db hue: 0.82 , saturation: 0.97 and the lightness value of d003db is 0.44.

The process color (four color CMYK) of #d003db color code is 0.05, 0.99, 0.00, 0.14. Web safe color of #d003db is #cc00cc. Color #d003db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000011 11011011
Octal 320 3 333
Decimal 208 3 219
Hex D0 3 DB

RGB Percentages of Color #d003db

%48.37
%0.70
%50.93

CMYK Percentages of Color #d003db

%5
%99
%0
%14

Triadic Colors of #d003db

#d003db #dbd003 #03dbd0

Analogous Colors of #d003db

#d003db #db037a #6403db

Monochromatic Colors of #d003db

#d003db

Complementary Color

#d003db #0edb03

#d003db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d003db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d003db Color CSS Codes

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

#d003db Text Font Color

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

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


#d003db Background Color

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

This div background color is #d003db


#d003db Border Color

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

This div border color is #d003db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d003db


Comments

No comments written yet.

Please login to write comment.