Color Hex Logo

#b58ebe Color Hex

#B58EBE
(181,142,190)
0 Favorites   0 Comments

Color spaces of #b58ebe

RGB 181142190
HSL0.800.270.65
HSV289°25°75°
CMYK 0.050.250.00   0.25
XYZ38.023332.887553.0591
Yxy32.88750.30670.2653
Hunter Lab57.347617.9928-14.7129
CIE-Lab64.069723.2896-19.3337

#b58ebe color RGB value is (181,142,190).

#b58ebe hex color red value is 181, green value is 142 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b58ebe hue: 0.80 , saturation: 0.27 and the lightness value of b58ebe is 0.65.

The process color (four color CMYK) of #b58ebe color hex is 0.05, 0.25, 0.00, 0.25. Web safe color of #b58ebe is #cc99cc. Color #b58ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001110 10111110
Octal 265 216 276
Decimal 181 142 190
Hex B5 8E BE

RGB Percentages of Color #b58ebe

%35.28
%27.68
%37.04

CMYK Percentages of Color #b58ebe

%5
%25
%0
%25

Triadic Colors of #b58ebe

#b58ebe #beb58e #8ebeb5

Analogous Colors of #b58ebe

#b58ebe #be8eaf #9d8ebe

Monochromatic Colors of #b58ebe

#b58ebe

Complementary Color

#b58ebe #97be8e

#b58ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58ebe Color CSS Codes

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

#b58ebe Text Font Color

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

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


#b58ebe Background Color

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

This div background color is #b58ebe


#b58ebe Border Color

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

This div border color is #b58ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58ebe


Comments

No comments written yet.

Please login to write comment.