Color Hex Logo

#b57eda Color Hex

#B57EDA
(181,126,218)
0 Favorites   0 Comments

Color spaces of #b57eda

RGB 181126218
HSL0.770.550.67
HSV276°42°85°
CMYK 0.170.420.00   0.15
XYZ39.171829.807470.0185
Yxy29.80740.28180.2144
Hunter Lab54.596232.5274-37.8210
CIE-Lab61.487738.0917-39.0297

#b57eda color RGB value is (181,126,218).

#b57eda hex color red value is 181, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b57eda hue: 0.77 , saturation: 0.55 and the lightness value of b57eda is 0.67.

The process color (four color CMYK) of #b57eda color hex is 0.17, 0.42, 0.00, 0.15. Web safe color of #b57eda is #cc66cc. Color #b57eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111110 11011010
Octal 265 176 332
Decimal 181 126 218
Hex B5 7E DA

RGB Percentages of Color #b57eda

%34.48
%24.00
%41.52

CMYK Percentages of Color #b57eda

%17
%42
%0
%15

Triadic Colors of #b57eda

#b57eda #dab57e #7edab5

Analogous Colors of #b57eda

#b57eda #da7ed1 #877eda

Monochromatic Colors of #b57eda

#b57eda

Complementary Color

#b57eda #a3da7e

#b57eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57eda Color CSS Codes

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

#b57eda Text Font Color

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

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


#b57eda Background Color

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

This div background color is #b57eda


#b57eda Border Color

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

This div border color is #b57eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57eda


Comments

No comments written yet.

Please login to write comment.