Color Hex Logo

#b58ede Color Hex

#B58EDE
(181,142,222)
0 Favorites   0 Comments

Color spaces of #b58ede

RGB 181142222
HSL0.750.550.71
HSV269°36°87°
CMYK 0.180.360.00   0.13
XYZ41.913934.443773.5464
Yxy34.44370.27960.2298
Hunter Lab58.688824.7745-33.2177
CIE-Lab65.313230.0895-35.2859

#b58ede color RGB value is (181,142,222).

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

The process color (four color CMYK) of #b58ede color hex is 0.18, 0.36, 0.00, 0.13. Web safe color of #b58ede is #cc99cc. Color #b58ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001110 11011110
Octal 265 216 336
Decimal 181 142 222
Hex B5 8E DE

RGB Percentages of Color #b58ede

%33.21
%26.06
%40.73

CMYK Percentages of Color #b58ede

%18
%36
%0
%13

Triadic Colors of #b58ede

#b58ede #deb58e #8edeb5

Analogous Colors of #b58ede

#b58ede #dd8ede #8e8fde

Monochromatic Colors of #b58ede

#b58ede

Complementary Color

#b58ede #b7de8e

#b58ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58ede Color CSS Codes

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

#b58ede Text Font Color

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

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


#b58ede Background Color

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

This div background color is #b58ede


#b58ede Border Color

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

This div border color is #b58ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58ede


Comments

No comments written yet.

Please login to write comment.