Color Hex Logo

#b57ecd Color Hex

#B57ECD
(181,126,205)
0 Favorites   0 Comments

Color spaces of #b57ecd

RGB 181126205
HSL0.780.440.65
HSV282°39°80°
CMYK 0.120.390.00   0.20
XYZ37.536429.153261.4064
Yxy29.15320.29300.2276
Hunter Lab53.993729.6041-29.6342
CIE-Lab60.916635.3013-32.6249

#b57ecd color RGB value is (181,126,205).

#b57ecd hex color red value is 181, green value is 126 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b57ecd hue: 0.78 , saturation: 0.44 and the lightness value of b57ecd is 0.65.

The process color (four color CMYK) of #b57ecd color hex is 0.12, 0.39, 0.00, 0.20. Web safe color of #b57ecd is #cc66cc. Color #b57ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111110 11001101
Octal 265 176 315
Decimal 181 126 205
Hex B5 7E CD

RGB Percentages of Color #b57ecd

%35.35
%24.61
%40.04

CMYK Percentages of Color #b57ecd

%12
%39
%0
%20

Triadic Colors of #b57ecd

#b57ecd #cdb57e #7ecdb5

Analogous Colors of #b57ecd

#b57ecd #cd7ebe #8e7ecd

Monochromatic Colors of #b57ecd

#b57ecd

Complementary Color

#b57ecd #96cd7e

#b57ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57ecd Color CSS Codes

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

#b57ecd Text Font Color

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

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


#b57ecd Background Color

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

This div background color is #b57ecd


#b57ecd Border Color

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

This div border color is #b57ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57ecd


Comments

No comments written yet.

Please login to write comment.