Color Hex Logo

#b09bdc Color Hex

#B09BDC
(176,155,220)
0 Favorites   0 Comments

Color spaces of #b09bdc

RGB 176155220
HSL0.720.480.74
HSV259°30°86°
CMYK 0.200.300.00   0.14
XYZ42.544137.840172.7717
Yxy37.84010.27780.2471
Hunter Lab61.514315.8029-27.0803
CIE-Lab67.902620.8264-30.2032

#b09bdc color RGB value is (176,155,220).

#b09bdc hex color red value is 176, green value is 155 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b09bdc hue: 0.72 , saturation: 0.48 and the lightness value of b09bdc is 0.74.

The process color (four color CMYK) of #b09bdc color hex is 0.20, 0.30, 0.00, 0.14. Web safe color of #b09bdc is #9999cc. Color #b09bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011011 11011100
Octal 260 233 334
Decimal 176 155 220
Hex B0 9B DC

RGB Percentages of Color #b09bdc

%31.94
%28.13
%39.93

CMYK Percentages of Color #b09bdc

%20
%30
%0
%14

Triadic Colors of #b09bdc

#b09bdc #dcb09b #9bdcb0

Analogous Colors of #b09bdc

#b09bdc #d19bdc #9ba7dc

Monochromatic Colors of #b09bdc

#b09bdc

Complementary Color

#b09bdc #c7dc9b

#b09bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09bdc Color CSS Codes

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

#b09bdc Text Font Color

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

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


#b09bdc Background Color

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

This div background color is #b09bdc


#b09bdc Border Color

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

This div border color is #b09bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09bdc


Comments

No comments written yet.

Please login to write comment.