Color Hex Logo

#d057db Color Hex

#D057DB
(208,87,219)
0 Favorites   0 Comments

Color spaces of #d057db

RGB 20887219
HSL0.820.650.60
HSV295°60°86°
CMYK 0.050.600.00   0.14
XYZ42.206825.340869.6845
Yxy25.34080.30760.1847
Hunter Lab50.339661.5673-46.8366
CIE-Lab57.406065.0570-45.7922

#d057db color RGB value is (208,87,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010111 11011011
Octal 320 127 333
Decimal 208 87 219
Hex D0 57 DB

RGB Percentages of Color #d057db

%40.47
%16.93
%42.61

CMYK Percentages of Color #d057db

%5
%60
%0
%14

Triadic Colors of #d057db

#d057db #dbd057 #57dbd0

Analogous Colors of #d057db

#d057db #db57a4 #8e57db

Monochromatic Colors of #d057db

#d057db

Complementary Color

#d057db #62db57

#d057db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d057db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d057db Color CSS Codes

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

#d057db Text Font Color

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

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


#d057db Background Color

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

This div background color is #d057db


#d057db Border Color

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

This div border color is #d057db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d057db


Comments

No comments written yet.

Please login to write comment.