Color Hex Logo

#d09afe Color Hex

#D09AFE
(208,154,254)
0 Favorites   0 Comments

Color spaces of #d09afe

RGB 208154254
HSL0.760.980.80
HSV272°39°100°
CMYK 0.180.390.00   0.00
XYZ55.457443.676999.2735
Yxy43.67690.27950.2201
Hunter Lab66.088534.1313-42.7993
CIE-Lab72.012038.4462-42.1894

#d09afe color RGB value is (208,154,254).

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

The process color (four color CMYK) of #d09afe color hex is 0.18, 0.39, 0.00, 0.00. Web safe color of #d09afe is #cc99ff. Color #d09afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011010 11111110
Octal 320 232 376
Decimal 208 154 254
Hex D0 9A FE

RGB Percentages of Color #d09afe

%33.77
%25.00
%41.23

CMYK Percentages of Color #d09afe

%18
%39
%0
%0

Triadic Colors of #d09afe

#d09afe #fed09a #9afed0

Analogous Colors of #d09afe

#d09afe #fe9afa #9e9afe

Monochromatic Colors of #d09afe

#d09afe

Complementary Color

#d09afe #c8fe9a

#d09afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09afe Color CSS Codes

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

#d09afe Text Font Color

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

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


#d09afe Background Color

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

This div background color is #d09afe


#d09afe Border Color

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

This div border color is #d09afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09afe

Related Colors


Comments

No comments written yet.

Please login to write comment.