Color Hex Logo

#b57eea Color Hex

#B57EEA
(181,126,234)
0 Favorites   0 Comments

Color spaces of #b57eea

RGB 181126234
HSL0.750.720.71
HSV271°46°92°
CMYK 0.230.460.00   0.08
XYZ41.368230.686081.5845
Yxy30.68600.26930.1997
Hunter Lab55.394936.3602-48.5446
CIE-Lab62.241741.6702-46.7549

#b57eea color RGB value is (181,126,234).

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

The process color (four color CMYK) of #b57eea color hex is 0.23, 0.46, 0.00, 0.08. Web safe color of #b57eea is #cc66ff. Color #b57eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111110 11101010
Octal 265 176 352
Decimal 181 126 234
Hex B5 7E EA

RGB Percentages of Color #b57eea

%33.46
%23.29
%43.25

CMYK Percentages of Color #b57eea

%23
%46
%0
%8

Triadic Colors of #b57eea

#b57eea #eab57e #7eeab5

Analogous Colors of #b57eea

#b57eea #ea7ee9 #7f7eea

Monochromatic Colors of #b57eea

#b57eea

Complementary Color

#b57eea #b3ea7e

#b57eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57eea Color CSS Codes

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

#b57eea Text Font Color

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

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


#b57eea Background Color

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

This div background color is #b57eea


#b57eea Border Color

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

This div border color is #b57eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57eea


Comments

No comments written yet.

Please login to write comment.