Color Hex Logo

#d085df Color Hex

#D085DF
(208,133,223)
0 Favorites   0 Comments

Color spaces of #d085df

RGB 208133223
HSL0.810.580.70
HSV290°40°87°
CMYK 0.070.400.00   0.13
XYZ47.719235.512774.1516
Yxy35.51270.30320.2256
Hunter Lab59.592538.6484-32.0604
CIE-Lab66.145943.3171-34.3303

#d085df color RGB value is (208,133,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000101 11011111
Octal 320 205 337
Decimal 208 133 223
Hex D0 85 DF

RGB Percentages of Color #d085df

%36.88
%23.58
%39.54

CMYK Percentages of Color #d085df

%7
%40
%0
%13

Triadic Colors of #d085df

#d085df #dfd085 #85dfd0

Analogous Colors of #d085df

#d085df #df85c1 #a385df

Monochromatic Colors of #d085df

#d085df

Complementary Color

#d085df #94df85

#d085df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d085df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d085df Color CSS Codes

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

#d085df Text Font Color

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

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


#d085df Background Color

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

This div background color is #d085df


#d085df Border Color

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

This div border color is #d085df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d085df


Comments

No comments written yet.

Please login to write comment.