Color Hex Logo

#d051db Color Hex

#D051DB
(208,81,219)
0 Favorites   0 Comments

Color spaces of #d051db

RGB 20881219
HSL0.820.660.59
HSV295°63°86°
CMYK 0.050.630.00   0.14
XYZ41.741024.409269.5293
Yxy24.40920.30760.1799
Hunter Lab49.405764.3481-48.8557
CIE-Lab56.495267.5743-47.2345

#d051db color RGB value is (208,81,219).

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

The process color (four color CMYK) of #d051db color hex is 0.05, 0.63, 0.00, 0.14. Web safe color of #d051db is #cc66cc. Color #d051db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010001 11011011
Octal 320 121 333
Decimal 208 81 219
Hex D0 51 DB

RGB Percentages of Color #d051db

%40.94
%15.94
%43.11

CMYK Percentages of Color #d051db

%5
%63
%0
%14

Triadic Colors of #d051db

#d051db #dbd051 #51dbd0

Analogous Colors of #d051db

#d051db #db51a1 #8b51db

Monochromatic Colors of #d051db

#d051db

Complementary Color

#d051db #5cdb51

#d051db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d051db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d051db Color CSS Codes

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

#d051db Text Font Color

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

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


#d051db Background Color

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

This div background color is #d051db


#d051db Border Color

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

This div border color is #d051db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d051db


Comments

No comments written yet.

Please login to write comment.