Color Hex Logo

#b09ded Color Hex

#B09DED
(176,157,237)
0 Favorites   0 Comments

Color spaces of #b09ded

RGB 176157237
HSL0.710.690.77
HSV254°34°93°
CMYK 0.260.340.00   0.07
XYZ45.247539.458585.3522
Yxy39.45850.26610.2320
Hunter Lab62.816018.6488-36.5900
CIE-Lab69.082123.6778-37.7155

#b09ded color RGB value is (176,157,237).

#b09ded hex color red value is 176, green value is 157 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b09ded hue: 0.71 , saturation: 0.69 and the lightness value of b09ded is 0.77.

The process color (four color CMYK) of #b09ded color hex is 0.26, 0.34, 0.00, 0.07. Web safe color of #b09ded is #9999ff. Color #b09ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011101 11101101
Octal 260 235 355
Decimal 176 157 237
Hex B0 9D ED

RGB Percentages of Color #b09ded

%30.88
%27.54
%41.58

CMYK Percentages of Color #b09ded

%26
%34
%0
%7

Triadic Colors of #b09ded

#b09ded #edb09d #9dedb0

Analogous Colors of #b09ded

#b09ded #d89ded #9db2ed

Monochromatic Colors of #b09ded

#b09ded

Complementary Color

#b09ded #daed9d

#b09ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09ded Color CSS Codes

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

#b09ded Text Font Color

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

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


#b09ded Background Color

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

This div background color is #b09ded


#b09ded Border Color

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

This div border color is #b09ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09ded


Comments

No comments written yet.

Please login to write comment.