Color Hex Logo

#d09cfa Color Hex

#D09CFA
(208,156,250)
0 Favorites   0 Comments

Color spaces of #d09cfa

RGB 208156250
HSL0.760.900.80
HSV273°38°98°
CMYK 0.170.380.00   0.02
XYZ55.156244.089096.0455
Yxy44.08900.28240.2258
Hunter Lab66.399532.0756-39.2820
CIE-Lab72.287936.4990-39.5884

#d09cfa color RGB value is (208,156,250).

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

The process color (four color CMYK) of #d09cfa color hex is 0.17, 0.38, 0.00, 0.02. Web safe color of #d09cfa is #cc99ff. Color #d09cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011100 11111010
Octal 320 234 372
Decimal 208 156 250
Hex D0 9C FA

RGB Percentages of Color #d09cfa

%33.88
%25.41
%40.72

CMYK Percentages of Color #d09cfa

%17
%38
%0
%2

Triadic Colors of #d09cfa

#d09cfa #fad09c #9cfad0

Analogous Colors of #d09cfa

#d09cfa #fa9cf5 #a19cfa

Monochromatic Colors of #d09cfa

#d09cfa

Complementary Color

#d09cfa #c6fa9c

#d09cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09cfa Color CSS Codes

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

#d09cfa Text Font Color

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

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


#d09cfa Background Color

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

This div background color is #d09cfa


#d09cfa Border Color

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

This div border color is #d09cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09cfa


Comments

No comments written yet.

Please login to write comment.