Color Hex Logo

#d057dd Color Hex

#D057DD
(208,87,221)
0 Favorites   0 Comments

Color spaces of #d057dd

RGB 20887221
HSL0.820.660.60
HSV294°61°87°
CMYK 0.060.610.00   0.13
XYZ42.471825.446771.0798
Yxy25.44670.30560.1831
Hunter Lab50.444762.0093-48.2320
CIE-Lab57.508165.4135-46.7589

#d057dd color RGB value is (208,87,221).

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

The process color (four color CMYK) of #d057dd color hex is 0.06, 0.61, 0.00, 0.13. Web safe color of #d057dd is #cc66cc. Color #d057dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010111 11011101
Octal 320 127 335
Decimal 208 87 221
Hex D0 57 DD

RGB Percentages of Color #d057dd

%40.31
%16.86
%42.83

CMYK Percentages of Color #d057dd

%6
%61
%0
%13

Triadic Colors of #d057dd

#d057dd #ddd057 #57ddd0

Analogous Colors of #d057dd

#d057dd #dd57a7 #8d57dd

Monochromatic Colors of #d057dd

#d057dd

Complementary Color

#d057dd #64dd57

#d057dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d057dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d057dd Color CSS Codes

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

#d057dd Text Font Color

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

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


#d057dd Background Color

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

This div background color is #d057dd


#d057dd Border Color

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

This div border color is #d057dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,87,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d057dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d057dd


Comments

No comments written yet.

Please login to write comment.