Color Hex Logo

#b58eda Color Hex

#B58EDA
(181,142,218)
0 Favorites   0 Comments

Color spaces of #b58eda

RGB 181142218
HSL0.750.510.71
HSV271°35°85°
CMYK 0.170.350.00   0.15
XYZ41.383934.231770.7559
Yxy34.23170.28270.2339
Hunter Lab58.507923.8682-30.7463
CIE-Lab65.146129.1991-33.3261

#b58eda color RGB value is (181,142,218).

#b58eda hex color red value is 181, green value is 142 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b58eda hue: 0.75 , saturation: 0.51 and the lightness value of b58eda is 0.71.

The process color (four color CMYK) of #b58eda color hex is 0.17, 0.35, 0.00, 0.15. Web safe color of #b58eda is #cc99cc. Color #b58eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001110 11011010
Octal 265 216 332
Decimal 181 142 218
Hex B5 8E DA

RGB Percentages of Color #b58eda

%33.46
%26.25
%40.30

CMYK Percentages of Color #b58eda

%17
%35
%0
%15

Triadic Colors of #b58eda

#b58eda #dab58e #8edab5

Analogous Colors of #b58eda

#b58eda #da8ed9 #8f8eda

Monochromatic Colors of #b58eda

#b58eda

Complementary Color

#b58eda #b3da8e

#b58eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58eda Color CSS Codes

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

#b58eda Text Font Color

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

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


#b58eda Background Color

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

This div background color is #b58eda


#b58eda Border Color

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

This div border color is #b58eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58eda


Comments

No comments written yet.

Please login to write comment.