Color Hex Logo

#b58ecc Color Hex

#B58ECC
(181,142,204)
0 Favorites   0 Comments

Color spaces of #b58ecc

RGB 181142204
HSL0.770.380.68
HSV278°30°80°
CMYK 0.110.300.00   0.20
XYZ39.628133.529461.5099
Yxy33.52940.29430.2490
Hunter Lab57.904620.8269-22.4484
CIE-Lab64.587326.1705-26.3889

#b58ecc color RGB value is (181,142,204).

#b58ecc hex color red value is 181, green value is 142 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b58ecc hue: 0.77 , saturation: 0.38 and the lightness value of b58ecc is 0.68.

The process color (four color CMYK) of #b58ecc color hex is 0.11, 0.30, 0.00, 0.20. Web safe color of #b58ecc is #cc99cc. Color #b58ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001110 11001100
Octal 265 216 314
Decimal 181 142 204
Hex B5 8E CC

RGB Percentages of Color #b58ecc

%34.35
%26.94
%38.71

CMYK Percentages of Color #b58ecc

%11
%30
%0
%20

Triadic Colors of #b58ecc

#b58ecc #ccb58e #8eccb5

Analogous Colors of #b58ecc

#b58ecc #cc8ec4 #968ecc

Monochromatic Colors of #b58ecc

#b58ecc

Complementary Color

#b58ecc #a5cc8e

#b58ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58ecc Color CSS Codes

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

#b58ecc Text Font Color

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

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


#b58ecc Background Color

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

This div background color is #b58ecc


#b58ecc Border Color

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

This div border color is #b58ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58ecc


Comments

No comments written yet.

Please login to write comment.