Color Hex Logo

#b59ecf Color Hex

#B59ECF
(181,158,207)
0 Favorites   0 Comments

Color spaces of #b59ecf

RGB 181158207
HSL0.740.340.72
HSV268°24°81°
CMYK 0.130.240.00   0.19
XYZ42.545438.782564.2749
Yxy38.78250.29220.2664
Hunter Lab62.275612.9652-17.6005
CIE-Lab68.593417.8526-21.9229

#b59ecf color RGB value is (181,158,207).

#b59ecf hex color red value is 181, green value is 158 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b59ecf hue: 0.74 , saturation: 0.34 and the lightness value of b59ecf is 0.72.

The process color (four color CMYK) of #b59ecf color hex is 0.13, 0.24, 0.00, 0.19. Web safe color of #b59ecf is #cc99cc. Color #b59ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011110 11001111
Octal 265 236 317
Decimal 181 158 207
Hex B5 9E CF

RGB Percentages of Color #b59ecf

%33.15
%28.94
%37.91

CMYK Percentages of Color #b59ecf

%13
%24
%0
%19

Triadic Colors of #b59ecf

#b59ecf #cfb59e #9ecfb5

Analogous Colors of #b59ecf

#b59ecf #ce9ecf #9ea0cf

Monochromatic Colors of #b59ecf

#b59ecf

Complementary Color

#b59ecf #b8cf9e

#b59ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59ecf Color CSS Codes

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

#b59ecf Text Font Color

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

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


#b59ecf Background Color

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

This div background color is #b59ecf


#b59ecf Border Color

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

This div border color is #b59ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59ecf


Comments

No comments written yet.

Please login to write comment.