Color Hex Logo

#d085de Color Hex

#D085DE
(208,133,222)
0 Favorites   0 Comments

Color spaces of #d085de

RGB 208133222
HSL0.810.570.70
HSV291°40°87°
CMYK 0.060.400.00   0.13
XYZ47.584835.458973.4435
Yxy35.45890.30410.2266
Hunter Lab59.547438.4329-31.4429
CIE-Lab66.104443.1226-33.8400

#d085de color RGB value is (208,133,222).

#d085de hex color red value is 208, green value is 133 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d085de hue: 0.81 , saturation: 0.57 and the lightness value of d085de is 0.70.

The process color (four color CMYK) of #d085de color hex is 0.06, 0.40, 0.00, 0.13. Web safe color of #d085de is #cc99cc. Color #d085de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000101 11011110
Octal 320 205 336
Decimal 208 133 222
Hex D0 85 DE

RGB Percentages of Color #d085de

%36.94
%23.62
%39.43

CMYK Percentages of Color #d085de

%6
%40
%0
%13

Triadic Colors of #d085de

#d085de #ded085 #85ded0

Analogous Colors of #d085de

#d085de #de85c0 #a485de

Monochromatic Colors of #d085de

#d085de

Complementary Color

#d085de #93de85

#d085de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d085de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d085de Color CSS Codes

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

#d085de Text Font Color

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

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


#d085de Background Color

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

This div background color is #d085de


#d085de Border Color

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

This div border color is #d085de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d085de


Comments

No comments written yet.

Please login to write comment.