Color Hex Logo

#d09bfc Color Hex

#D09BFC
(208,155,252)
0 Favorites   0 Comments

Color spaces of #d09bfc

RGB 208155252
HSL0.760.940.80
HSV273°38°99°
CMYK 0.170.380.00   0.01
XYZ55.304543.880997.6505
Yxy43.88090.28100.2229
Hunter Lab66.242733.1010-41.0315
CIE-Lab72.148837.4721-40.8908

#d09bfc color RGB value is (208,155,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011011 11111100
Octal 320 233 374
Decimal 208 155 252
Hex D0 9B FC

RGB Percentages of Color #d09bfc

%33.82
%25.20
%40.98

CMYK Percentages of Color #d09bfc

%17
%38
%0
%1

Triadic Colors of #d09bfc

#d09bfc #fcd09b #9bfcd0

Analogous Colors of #d09bfc

#d09bfc #fc9bf8 #a09bfc

Monochromatic Colors of #d09bfc

#d09bfc

Complementary Color

#d09bfc #c7fc9b

#d09bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09bfc Color CSS Codes

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

#d09bfc Text Font Color

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

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


#d09bfc Background Color

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

This div background color is #d09bfc


#d09bfc Border Color

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

This div border color is #d09bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.