Color Hex Logo

#d09bee Color Hex

#D09BEE
(208,155,238)
0 Favorites   0 Comments

Color spaces of #d09bee

RGB 208155238
HSL0.770.710.77
HSV278°35°93°
CMYK 0.130.350.00   0.07
XYZ53.166443.025686.3915
Yxy43.02560.29120.2356
Hunter Lab65.593929.8918-32.1731
CIE-Lab71.572334.5068-34.1674

#d09bee color RGB value is (208,155,238).

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

The process color (four color CMYK) of #d09bee color hex is 0.13, 0.35, 0.00, 0.07. Web safe color of #d09bee is #cc99ff. Color #d09bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011011 11101110
Octal 320 233 356
Decimal 208 155 238
Hex D0 9B EE

RGB Percentages of Color #d09bee

%34.61
%25.79
%39.60

CMYK Percentages of Color #d09bee

%13
%35
%0
%7

Triadic Colors of #d09bee

#d09bee #eed09b #9beed0

Analogous Colors of #d09bee

#d09bee #ee9be3 #a79bee

Monochromatic Colors of #d09bee

#d09bee

Complementary Color

#d09bee #b9ee9b

#d09bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09bee Color CSS Codes

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

#d09bee Text Font Color

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

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


#d09bee Background Color

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

This div background color is #d09bee


#d09bee Border Color

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

This div border color is #d09bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09bee


Comments

No comments written yet.

Please login to write comment.