Color Hex Logo

#b58eca Color Hex

#B58ECA
(181,142,202)
0 Favorites   0 Comments

Color spaces of #b58eca

RGB 181142202
HSL0.780.360.67
HSV279°30°79°
CMYK 0.100.300.00   0.21
XYZ39.389733.434060.2545
Yxy33.43400.29600.2512
Hunter Lab57.822120.4093-21.3086
CIE-Lab64.510825.7497-25.3883

#b58eca color RGB value is (181,142,202).

#b58eca hex color red value is 181, green value is 142 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b58eca hue: 0.78 , saturation: 0.36 and the lightness value of b58eca is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001110 11001010
Octal 265 216 312
Decimal 181 142 202
Hex B5 8E CA

RGB Percentages of Color #b58eca

%34.48
%27.05
%38.48

CMYK Percentages of Color #b58eca

%10
%30
%0
%21

Triadic Colors of #b58eca

#b58eca #cab58e #8ecab5

Analogous Colors of #b58eca

#b58eca #ca8ec1 #978eca

Monochromatic Colors of #b58eca

#b58eca

Complementary Color

#b58eca #a3ca8e

#b58eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58eca Color CSS Codes

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

#b58eca Text Font Color

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

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


#b58eca Background Color

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

This div background color is #b58eca


#b58eca Border Color

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

This div border color is #b58eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58eca


Comments

No comments written yet.

Please login to write comment.