Color Hex Logo

#d09afd Color Hex

#D09AFD
(208,154,253)
0 Favorites   0 Comments

Color spaces of #d09afd

RGB 208154253
HSL0.760.960.80
HSV273°39°99°
CMYK 0.180.390.00   0.01
XYZ55.297643.612998.4321
Yxy43.61290.28020.2210
Hunter Lab66.040133.8940-42.1431
CIE-Lab71.969038.2299-41.7141

#d09afd color RGB value is (208,154,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011010 11111101
Octal 320 232 375
Decimal 208 154 253
Hex D0 9A FD

RGB Percentages of Color #d09afd

%33.82
%25.04
%41.14

CMYK Percentages of Color #d09afd

%18
%39
%0
%1

Triadic Colors of #d09afd

#d09afd #fdd09a #9afdd0

Analogous Colors of #d09afd

#d09afd #fd9af9 #9f9afd

Monochromatic Colors of #d09afd

#d09afd

Complementary Color

#d09afd #c7fd9a

#d09afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09afd Color CSS Codes

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

#d09afd Text Font Color

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

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


#d09afd Background Color

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

This div background color is #d09afd


#d09afd Border Color

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

This div border color is #d09afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09afd


Comments

No comments written yet.

Please login to write comment.