Color Hex Logo

#d09aec Color Hex

#D09AEC
(208,154,236)
0 Favorites   0 Comments

Color spaces of #d09aec

RGB 208154236
HSL0.780.680.76
HSV280°35°93°
CMYK 0.120.350.00   0.07
XYZ52.708342.577284.7971
Yxy42.57720.29270.2364
Hunter Lab65.251229.9982-31.3744
CIE-Lab71.267134.6360-33.5477

#d09aec color RGB value is (208,154,236).

#d09aec hex color red value is 208, green value is 154 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d09aec hue: 0.78 , saturation: 0.68 and the lightness value of d09aec is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011010 11101100
Octal 320 232 354
Decimal 208 154 236
Hex D0 9A EC

RGB Percentages of Color #d09aec

%34.78
%25.75
%39.46

CMYK Percentages of Color #d09aec

%12
%35
%0
%7

Triadic Colors of #d09aec

#d09aec #ecd09a #9aecd0

Analogous Colors of #d09aec

#d09aec #ec9adf #a79aec

Monochromatic Colors of #d09aec

#d09aec

Complementary Color

#d09aec #b6ec9a

#d09aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09aec Color CSS Codes

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

#d09aec Text Font Color

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

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


#d09aec Background Color

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

This div background color is #d09aec


#d09aec Border Color

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

This div border color is #d09aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09aec


Comments

No comments written yet.

Please login to write comment.