Color Hex Logo

#d087df Color Hex

#D087DF
(208,135,223)
0 Favorites   0 Comments

Color spaces of #d087df

RGB 208135223
HSL0.800.580.70
HSV290°39°87°
CMYK 0.070.390.00   0.13
XYZ47.995736.065674.2437
Yxy36.06560.30320.2278
Hunter Lab60.054637.5617-31.2601
CIE-Lab66.570042.2551-33.6719

#d087df color RGB value is (208,135,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000111 11011111
Octal 320 207 337
Decimal 208 135 223
Hex D0 87 DF

RGB Percentages of Color #d087df

%36.75
%23.85
%39.40

CMYK Percentages of Color #d087df

%7
%39
%0
%13

Triadic Colors of #d087df

#d087df #dfd087 #87dfd0

Analogous Colors of #d087df

#d087df #df87c2 #a487df

Monochromatic Colors of #d087df

#d087df

Complementary Color

#d087df #96df87

#d087df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d087df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d087df Color CSS Codes

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

#d087df Text Font Color

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

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


#d087df Background Color

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

This div background color is #d087df


#d087df Border Color

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

This div border color is #d087df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d087df


Comments

No comments written yet.

Please login to write comment.