Color Hex Logo

#b571eb Color Hex

#B571EB
(181,113,235)
0 Favorites   0 Comments

Color spaces of #b571eb

RGB 181113235
HSL0.760.750.68
HSV273°52°92°
CMYK 0.230.520.00   0.08
XYZ39.956627.632281.8249
Yxy27.63220.26740.1849
Hunter Lab52.566343.6899-55.4945
CIE-Lab59.555048.8908-51.5654

#b571eb color RGB value is (181,113,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110001 11101011
Octal 265 161 353
Decimal 181 113 235
Hex B5 71 EB

RGB Percentages of Color #b571eb

%34.22
%21.36
%44.42

CMYK Percentages of Color #b571eb

%23
%52
%0
%8

Triadic Colors of #b571eb

#b571eb #ebb571 #71ebb5

Analogous Colors of #b571eb

#b571eb #eb71e4 #7871eb

Monochromatic Colors of #b571eb

#b571eb

Complementary Color

#b571eb #a7eb71

#b571eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b571eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b571eb Color CSS Codes

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

#b571eb Text Font Color

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

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


#b571eb Background Color

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

This div background color is #b571eb


#b571eb Border Color

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

This div border color is #b571eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,113,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 #b571eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b571eb


Comments

No comments written yet.

Please login to write comment.