Color Hex Logo

#d09bbe Color Hex

#D09BBE
(208,155,190)
0 Favorites   0 Comments

Color spaces of #d09bbe

RGB 208155190
HSL0.890.360.71
HSV320°25°82°
CMYK 0.000.250.09   0.18
XYZ47.028040.570354.0674
Yxy40.57030.33200.2864
Hunter Lab63.694820.3265-5.7420
CIE-Lab69.873825.3205-10.3174

#d09bbe color RGB value is (208,155,190).

#d09bbe hex color red value is 208, green value is 155 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d09bbe hue: 0.89 , saturation: 0.36 and the lightness value of d09bbe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011011 10111110
Octal 320 233 276
Decimal 208 155 190
Hex D0 9B BE

RGB Percentages of Color #d09bbe

%37.61
%28.03
%34.36

CMYK Percentages of Color #d09bbe

%0
%25
%9
%18

Triadic Colors of #d09bbe

#d09bbe #bed09b #9bbed0

Analogous Colors of #d09bbe

#d09bbe #d09ba4 #c89bd0

Monochromatic Colors of #d09bbe

#d09bbe

Complementary Color

#d09bbe #9bd0ad

#d09bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09bbe Color CSS Codes

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

#d09bbe Text Font Color

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

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


#d09bbe Background Color

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

This div background color is #d09bbe


#d09bbe Border Color

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

This div border color is #d09bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09bbe


Comments

No comments written yet.

Please login to write comment.