Color Hex Logo

#d089be Color Hex

#D089BE
(208,137,190)
0 Favorites   0 Comments

Color spaces of #d089be

RGB 208137190
HSL0.880.430.68
HSV315°34°82°
CMYK 0.000.340.09   0.18
XYZ44.252335.018953.1422
Yxy35.01890.33420.2645
Hunter Lab59.176829.9227-11.8201
CIE-Lab65.763435.0991-16.4958

#d089be color RGB value is (208,137,190).

#d089be hex color red value is 208, green value is 137 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d089be hue: 0.88 , saturation: 0.43 and the lightness value of d089be is 0.68.

The process color (four color CMYK) of #d089be color hex is 0.00, 0.34, 0.09, 0.18. Web safe color of #d089be is #cc99cc. Color #d089be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001001 10111110
Octal 320 211 276
Decimal 208 137 190
Hex D0 89 BE

RGB Percentages of Color #d089be

%38.88
%25.61
%35.51

CMYK Percentages of Color #d089be

%0
%34
%9
%18

Triadic Colors of #d089be

#d089be #bed089 #89bed0

Analogous Colors of #d089be

#d089be #d0899b #bf89d0

Monochromatic Colors of #d089be

#d089be

Complementary Color

#d089be #89d09b

#d089be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d089be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d089be Color CSS Codes

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

#d089be Text Font Color

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

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


#d089be Background Color

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

This div background color is #d089be


#d089be Border Color

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

This div border color is #d089be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d089be


Comments

No comments written yet.

Please login to write comment.