Color Hex Logo

#b59eca Color Hex

#B59ECA
(181,158,202)
0 Favorites   0 Comments

Color spaces of #b59eca

RGB 181158202
HSL0.750.290.71
HSV271°22°79°
CMYK 0.100.220.00   0.21
XYZ41.943638.541761.1057
Yxy38.54170.29620.2722
Hunter Lab62.082011.9541-14.9003
CIE-Lab68.418016.7969-19.4213

#b59eca color RGB value is (181,158,202).

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

The process color (four color CMYK) of #b59eca color hex is 0.10, 0.22, 0.00, 0.21. Web safe color of #b59eca is #cc99cc. Color #b59eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011110 11001010
Octal 265 236 312
Decimal 181 158 202
Hex B5 9E CA

RGB Percentages of Color #b59eca

%33.46
%29.21
%37.34

CMYK Percentages of Color #b59eca

%10
%22
%0
%21

Triadic Colors of #b59eca

#b59eca #cab59e #9ecab5

Analogous Colors of #b59eca

#b59eca #ca9ec9 #9f9eca

Monochromatic Colors of #b59eca

#b59eca

Complementary Color

#b59eca #b3ca9e

#b59eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59eca Color CSS Codes

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

#b59eca Text Font Color

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

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


#b59eca Background Color

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

This div background color is #b59eca


#b59eca Border Color

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

This div border color is #b59eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59eca


Comments

No comments written yet.

Please login to write comment.