Color Hex Logo

#b08ecd Color Hex

#B08ECD
(176,142,205)
0 Favorites   0 Comments

Color spaces of #b08ecd

RGB 176142205
HSL0.760.390.68
HSV272°31°80°
CMYK 0.140.310.00   0.20
XYZ38.596932.983962.0899
Yxy32.98390.28870.2468
Hunter Lab57.431619.4556-23.8969
CIE-Lab64.147924.7961-27.6646

#b08ecd color RGB value is (176,142,205).

#b08ecd hex color red value is 176, green value is 142 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b08ecd hue: 0.76 , saturation: 0.39 and the lightness value of b08ecd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001110 11001101
Octal 260 216 315
Decimal 176 142 205
Hex B0 8E CD

RGB Percentages of Color #b08ecd

%33.65
%27.15
%39.20

CMYK Percentages of Color #b08ecd

%14
%31
%0
%20

Triadic Colors of #b08ecd

#b08ecd #cdb08e #8ecdb0

Analogous Colors of #b08ecd

#b08ecd #cd8ecb #918ecd

Monochromatic Colors of #b08ecd

#b08ecd

Complementary Color

#b08ecd #abcd8e

#b08ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08ecd Color CSS Codes

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

#b08ecd Text Font Color

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

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


#b08ecd Background Color

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

This div background color is #b08ecd


#b08ecd Border Color

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

This div border color is #b08ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08ecd


Comments

No comments written yet.

Please login to write comment.