Color Hex Logo

#b59ece Color Hex

#B59ECE
(181,158,206)
0 Favorites   0 Comments

Color spaces of #b59ece

RGB 181158206
HSL0.750.330.71
HSV269°23°81°
CMYK 0.120.230.00   0.19
XYZ42.423538.733763.6329
Yxy38.73370.29300.2675
Hunter Lab62.236412.7610-17.0549
CIE-Lab68.557917.6400-21.4237

#b59ece color RGB value is (181,158,206).

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

The process color (four color CMYK) of #b59ece color hex is 0.12, 0.23, 0.00, 0.19. Web safe color of #b59ece is #cc99cc. Color #b59ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011110 11001110
Octal 265 236 316
Decimal 181 158 206
Hex B5 9E CE

RGB Percentages of Color #b59ece

%33.21
%28.99
%37.80

CMYK Percentages of Color #b59ece

%12
%23
%0
%19

Triadic Colors of #b59ece

#b59ece #ceb59e #9eceb5

Analogous Colors of #b59ece

#b59ece #cd9ece #9e9fce

Monochromatic Colors of #b59ece

#b59ece

Complementary Color

#b59ece #b7ce9e

#b59ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59ece Color CSS Codes

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

#b59ece Text Font Color

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

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


#b59ece Background Color

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

This div background color is #b59ece


#b59ece Border Color

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

This div border color is #b59ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59ece


Comments

No comments written yet.

Please login to write comment.