Color Hex Logo

#d103db Color Hex

#D103DB
(209,3,219)
0 Favorites   0 Comments

Color spaces of #d103db

RGB 2093219
HSL0.830.970.44
HSV297°99°86°
CMYK 0.050.990.00   0.14
XYZ39.113218.734968.5725
Yxy18.73490.30940.1482
Hunter Lab43.283885.5539-63.6316
CIE-Lab50.375685.8030-56.9919

#d103db color RGB value is (209,3,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000011 11011011
Octal 321 3 333
Decimal 209 3 219
Hex D1 3 DB

RGB Percentages of Color #d103db

%48.49
%0.70
%50.81

CMYK Percentages of Color #d103db

%5
%99
%0
%14

Triadic Colors of #d103db

#d103db #dbd103 #03dbd1

Analogous Colors of #d103db

#d103db #db0379 #6503db

Monochromatic Colors of #d103db

#d103db

Complementary Color

#d103db #0ddb03

#d103db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d103db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d103db Color CSS Codes

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

#d103db Text Font Color

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

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


#d103db Background Color

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

This div background color is #d103db


#d103db Border Color

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

This div border color is #d103db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d103db


Comments

No comments written yet.

Please login to write comment.