Color Hex Logo

#d203db Color Hex

#D203DB
(210,3,219)
0 Favorites   0 Comments

Color spaces of #d203db

RGB 2103219
HSL0.830.970.44
HSV298°99°86°
CMYK 0.040.990.00   0.14
XYZ39.397118.881268.5858
Yxy18.88120.31050.1488
Hunter Lab43.452585.7988-63.1671
CIE-Lab50.547985.9578-56.7058

#d203db color RGB value is (210,3,219).

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

The process color (four color CMYK) of #d203db color hex is 0.04, 0.99, 0.00, 0.14. Web safe color of #d203db is #cc00cc. Color #d203db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00000011 11011011
Octal 322 3 333
Decimal 210 3 219
Hex D2 3 DB

RGB Percentages of Color #d203db

%48.61
%0.69
%50.69

CMYK Percentages of Color #d203db

%4
%99
%0
%14

Triadic Colors of #d203db

#d203db #dbd203 #03dbd2

Analogous Colors of #d203db

#d203db #db0378 #6603db

Monochromatic Colors of #d203db

#d203db

Complementary Color

#d203db #0cdb03

#d203db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d203db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d203db Color CSS Codes

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

#d203db Text Font Color

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

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


#d203db Background Color

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

This div background color is #d203db


#d203db Border Color

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

This div border color is #d203db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d203db


Comments

No comments written yet.

Please login to write comment.