Color Hex Logo

#b59ede Color Hex

#B59EDE
(181,158,222)
0 Favorites   0 Comments

Color spaces of #b59ede

RGB 181158222
HSL0.730.490.75
HSV262°29°87°
CMYK 0.180.290.00   0.13
XYZ44.467739.551474.3977
Yxy39.55140.28070.2497
Hunter Lab62.889916.1550-26.1161
CIE-Lab69.148821.1345-29.3473

#b59ede color RGB value is (181,158,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011110 11011110
Octal 265 236 336
Decimal 181 158 222
Hex B5 9E DE

RGB Percentages of Color #b59ede

%32.26
%28.16
%39.57

CMYK Percentages of Color #b59ede

%18
%29
%0
%13

Triadic Colors of #b59ede

#b59ede #deb59e #9edeb5

Analogous Colors of #b59ede

#b59ede #d59ede #9ea7de

Monochromatic Colors of #b59ede

#b59ede

Complementary Color

#b59ede #c7de9e

#b59ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59ede Color CSS Codes

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

#b59ede Text Font Color

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

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


#b59ede Background Color

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

This div background color is #b59ede


#b59ede Border Color

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

This div border color is #b59ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59ede


Comments

No comments written yet.

Please login to write comment.