Color Hex Logo

#b09edd Color Hex

#B09EDD
(176,158,221)
1 Favorites   0 Comments

Color spaces of #b09edd

RGB 176158221
HSL0.710.480.74
HSV257°29°87°
CMYK 0.200.290.00   0.13
XYZ43.182538.904373.6399
Yxy38.90430.27730.2498
Hunter Lab62.373314.4264-26.3383
CIE-Lab68.681919.3710-29.5522

#b09edd color RGB value is (176,158,221).

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

The process color (four color CMYK) of #b09edd color hex is 0.20, 0.29, 0.00, 0.13. Web safe color of #b09edd is #9999cc. Color #b09edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011110 11011101
Octal 260 236 335
Decimal 176 158 221
Hex B0 9E DD

RGB Percentages of Color #b09edd

%31.71
%28.47
%39.82

CMYK Percentages of Color #b09edd

%20
%29
%0
%13

Triadic Colors of #b09edd

#b09edd #ddb09e #9eddb0

Analogous Colors of #b09edd

#b09edd #d09edd #9eacdd

Monochromatic Colors of #b09edd

#b09edd

Complementary Color

#b09edd #cbdd9e

#b09edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09edd Color CSS Codes

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

#b09edd Text Font Color

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

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


#b09edd Background Color

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

This div background color is #b09edd


#b09edd Border Color

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

This div border color is #b09edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09edd


Comments

No comments written yet.

Please login to write comment.