Color Hex Logo

#d088df Color Hex

#D088DF
(208,136,223)
0 Favorites   0 Comments

Color spaces of #d088df

RGB 208136223
HSL0.800.580.70
HSV290°39°87°
CMYK 0.070.390.00   0.13
XYZ48.135936.345974.2905
Yxy36.34590.30320.2289
Hunter Lab60.287637.0180-30.8599
CIE-Lab66.783441.7227-33.3410

#d088df color RGB value is (208,136,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001000 11011111
Octal 320 210 337
Decimal 208 136 223
Hex D0 88 DF

RGB Percentages of Color #d088df

%36.68
%23.99
%39.33

CMYK Percentages of Color #d088df

%7
%39
%0
%13

Triadic Colors of #d088df

#d088df #dfd088 #88dfd0

Analogous Colors of #d088df

#d088df #df88c3 #a588df

Monochromatic Colors of #d088df

#d088df

Complementary Color

#d088df #97df88

#d088df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d088df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d088df Color CSS Codes

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

#d088df Text Font Color

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

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


#d088df Background Color

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

This div background color is #d088df


#d088df Border Color

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

This div border color is #d088df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d088df


Comments

No comments written yet.

Please login to write comment.