Color Hex Logo

#d09bfa Color Hex

#D09BFA
(208,155,250)
0 Favorites   0 Comments

Color spaces of #d09bfa

RGB 208155250
HSL0.760.900.79
HSV273°38°98°
CMYK 0.170.380.00   0.02
XYZ54.989143.754795.9897
Yxy43.75470.28240.2247
Hunter Lab66.147332.6314-39.7355
CIE-Lab72.064237.0417-39.9370

#d09bfa color RGB value is (208,155,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011011 11111010
Octal 320 233 372
Decimal 208 155 250
Hex D0 9B FA

RGB Percentages of Color #d09bfa

%33.93
%25.29
%40.78

CMYK Percentages of Color #d09bfa

%17
%38
%0
%2

Triadic Colors of #d09bfa

#d09bfa #fad09b #9bfad0

Analogous Colors of #d09bfa

#d09bfa #fa9bf5 #a19bfa

Monochromatic Colors of #d09bfa

#d09bfa

Complementary Color

#d09bfa #c5fa9b

#d09bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09bfa Color CSS Codes

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

#d09bfa Text Font Color

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

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


#d09bfa Background Color

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

This div background color is #d09bfa


#d09bfa Border Color

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

This div border color is #d09bfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,155,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 #d09bfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.