Color Hex Logo

#b557eb Color Hex

#B557EB
(181,87,235)
0 Favorites   0 Comments

Color spaces of #b557eb

RGB 18187235
HSL0.770.790.63
HSV278°63°92°
CMYK 0.230.630.00   0.08
XYZ37.459622.638380.9926
Yxy22.63830.26550.1605
Hunter Lab47.579757.2689-67.6206
CIE-Lab54.697861.8561-59.3212

#b557eb color RGB value is (181,87,235).

#b557eb hex color red value is 181, green value is 87 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b557eb hue: 0.77 , saturation: 0.79 and the lightness value of b557eb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010111 11101011
Octal 265 127 353
Decimal 181 87 235
Hex B5 57 EB

RGB Percentages of Color #b557eb

%35.98
%17.30
%46.72

CMYK Percentages of Color #b557eb

%23
%63
%0
%8

Triadic Colors of #b557eb

#b557eb #ebb557 #57ebb5

Analogous Colors of #b557eb

#b557eb #eb57d7 #6b57eb

Monochromatic Colors of #b557eb

#b557eb

Complementary Color

#b557eb #8deb57

#b557eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b557eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b557eb Color CSS Codes

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

#b557eb Text Font Color

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

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


#b557eb Background Color

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

This div background color is #b557eb


#b557eb Border Color

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

This div border color is #b557eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b557eb


Comments

No comments written yet.

Please login to write comment.