Color Hex Logo

#b08edd Color Hex

#B08EDD
(176,142,221)
0 Favorites   0 Comments

Color spaces of #b08edd

RGB 176142221
HSL0.740.540.71
HSV266°36°87°
CMYK 0.200.360.00   0.13
XYZ40.628633.796672.7886
Yxy33.79660.27600.2296
Hunter Lab58.134823.0120-33.5405
CIE-Lab64.800828.3677-35.5646

#b08edd color RGB value is (176,142,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001110 11011101
Octal 260 216 335
Decimal 176 142 221
Hex B0 8E DD

RGB Percentages of Color #b08edd

%32.65
%26.35
%41.00

CMYK Percentages of Color #b08edd

%20
%36
%0
%13

Triadic Colors of #b08edd

#b08edd #ddb08e #8eddb0

Analogous Colors of #b08edd

#b08edd #d88edd #8e94dd

Monochromatic Colors of #b08edd

#b08edd

Complementary Color

#b08edd #bbdd8e

#b08edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08edd Color CSS Codes

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

#b08edd Text Font Color

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

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


#b08edd Background Color

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

This div background color is #b08edd


#b08edd Border Color

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

This div border color is #b08edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08edd


Comments

No comments written yet.

Please login to write comment.