Color Hex Logo

#d088dd Color Hex

#D088DD
(208,136,221)
0 Favorites   0 Comments

Color spaces of #d088dd

RGB 208136221
HSL0.810.560.70
HSV291°38°87°
CMYK 0.060.380.00   0.13
XYZ47.867736.238772.8785
Yxy36.23870.30490.2308
Hunter Lab60.198636.5891-29.6395
CIE-Lab66.701941.3323-32.3588

#d088dd color RGB value is (208,136,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001000 11011101
Octal 320 210 335
Decimal 208 136 221
Hex D0 88 DD

RGB Percentages of Color #d088dd

%36.81
%24.07
%39.12

CMYK Percentages of Color #d088dd

%6
%38
%0
%13

Triadic Colors of #d088dd

#d088dd #ddd088 #88ddd0

Analogous Colors of #d088dd

#d088dd #dd88c0 #a688dd

Monochromatic Colors of #d088dd

#d088dd

Complementary Color

#d088dd #95dd88

#d088dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d088dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d088dd Color CSS Codes

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

#d088dd Text Font Color

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

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


#d088dd Background Color

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

This div background color is #d088dd


#d088dd Border Color

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

This div border color is #d088dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d088dd


Comments

No comments written yet.

Please login to write comment.