Color Hex Logo

#b57eed Color Hex

#B57EED
(181,126,237)
0 Favorites   0 Comments

Color spaces of #b57eed

RGB 181126237
HSL0.750.760.71
HSV270°47°93°
CMYK 0.240.470.00   0.07
XYZ41.803030.859983.8741
Yxy30.85990.26700.1971
Hunter Lab55.551737.1069-50.6322
CIE-Lab62.389242.3572-48.1843

#b57eed color RGB value is (181,126,237).

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

The process color (four color CMYK) of #b57eed color hex is 0.24, 0.47, 0.00, 0.07. Web safe color of #b57eed is #cc66ff. Color #b57eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111110 11101101
Octal 265 176 355
Decimal 181 126 237
Hex B5 7E ED

RGB Percentages of Color #b57eed

%33.27
%23.16
%43.57

CMYK Percentages of Color #b57eed

%24
%47
%0
%7

Triadic Colors of #b57eed

#b57eed #edb57e #7eedb5

Analogous Colors of #b57eed

#b57eed #ed7eed #7e7fed

Monochromatic Colors of #b57eed

#b57eed

Complementary Color

#b57eed #b6ed7e

#b57eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57eed Color CSS Codes

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

#b57eed Text Font Color

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

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


#b57eed Background Color

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

This div background color is #b57eed


#b57eed Border Color

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

This div border color is #b57eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57eed


Comments

No comments written yet.

Please login to write comment.