Color Hex Logo

#d057de Color Hex

#D057DE
(208,87,222)
0 Favorites   0 Comments

Color spaces of #d057de

RGB 20887222
HSL0.820.670.61
HSV294°61°87°
CMYK 0.060.610.00   0.13
XYZ42.605425.500271.7837
Yxy25.50020.30460.1823
Hunter Lab50.497762.2311-48.9337
CIE-Lab57.559665.5920-47.2410

#d057de color RGB value is (208,87,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010111 11011110
Octal 320 127 336
Decimal 208 87 222
Hex D0 57 DE

RGB Percentages of Color #d057de

%40.23
%16.83
%42.94

CMYK Percentages of Color #d057de

%6
%61
%0
%13

Triadic Colors of #d057de

#d057de #ded057 #57ded0

Analogous Colors of #d057de

#d057de #de57a9 #8d57de

Monochromatic Colors of #d057de

#d057de

Complementary Color

#d057de #65de57

#d057de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d057de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d057de Color CSS Codes

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

#d057de Text Font Color

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

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


#d057de Background Color

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

This div background color is #d057de


#d057de Border Color

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

This div border color is #d057de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d057de


Comments

No comments written yet.

Please login to write comment.