Color Hex Logo

#d089de Color Hex

#D089DE
(208,137,222)
0 Favorites   0 Comments

Color spaces of #d089de

RGB 208137222
HSL0.810.560.70
HSV290°38°87°
CMYK 0.060.380.00   0.13
XYZ48.142936.575173.6295
Yxy36.57510.30400.2310
Hunter Lab60.477436.2593-29.8498
CIE-Lab66.957040.9936-32.5179

#d089de color RGB value is (208,137,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001001 11011110
Octal 320 211 336
Decimal 208 137 222
Hex D0 89 DE

RGB Percentages of Color #d089de

%36.68
%24.16
%39.15

CMYK Percentages of Color #d089de

%6
%38
%0
%13

Triadic Colors of #d089de

#d089de #ded089 #89ded0

Analogous Colors of #d089de

#d089de #de89c2 #a689de

Monochromatic Colors of #d089de

#d089de

Complementary Color

#d089de #97de89

#d089de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d089de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d089de Color CSS Codes

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

#d089de Text Font Color

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

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


#d089de Background Color

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

This div background color is #d089de


#d089de Border Color

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

This div border color is #d089de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d089de


Comments

No comments written yet.

Please login to write comment.