color codes Logo

#d09aef color codes

#D09AEF
(208,154,239)
0 Favorites   0 Comments

Color spaces of #d09aef

RGB 208154239
HSL0.770.730.77
HSV278°36°94°
CMYK 0.130.360.00   0.06
XYZ53.148042.753187.1123
Yxy42.75310.29040.2336
Hunter Lab65.385930.6660-33.2208
CIE-Lab71.387135.2579-35.0004

#d09aef color RGB value is (208,154,239).

#d09aef hex color red value is 208, green value is 154 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d09aef hue: 0.77 , saturation: 0.73 and the lightness value of d09aef is 0.77.

The process color (four color CMYK) of #d09aef color code is 0.13, 0.36, 0.00, 0.06. Web safe color of #d09aef is #cc99ff. Color #d09aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011010 11101111
Octal 320 232 357
Decimal 208 154 239
Hex D0 9A EF

RGB Percentages of Color #d09aef

%34.61
%25.62
%39.77

CMYK Percentages of Color #d09aef

%13
%36
%0
%6

Triadic Colors of #d09aef

#d09aef #efd09a #9aefd0

Analogous Colors of #d09aef

#d09aef #ef9ae4 #a69aef

Monochromatic Colors of #d09aef

#d09aef

Complementary Color

#d09aef #b9ef9a

#d09aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09aef Color CSS Codes

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

#d09aef Text Font Color

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

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


#d09aef Background Color

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

This div background color is #d09aef


#d09aef Border Color

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

This div border color is #d09aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09aef


Comments

No comments written yet.

Please login to write comment.