Color Hex Logo

#b539ea Color Hex

#B539EA
(181,57,234)
0 Favorites   0 Comments

Color spaces of #b539ea

RGB 18157234
HSL0.780.810.57
HSV282°76°92°
CMYK 0.230.760.00   0.08
XYZ35.370518.690579.5853
Yxy18.69050.26470.1399
Hunter Lab43.232570.3821-78.8822
CIE-Lab50.323173.7669-65.8081

#b539ea color RGB value is (181,57,234).

#b539ea hex color red value is 181, green value is 57 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b539ea hue: 0.78 , saturation: 0.81 and the lightness value of b539ea is 0.57.

The process color (four color CMYK) of #b539ea color hex is 0.23, 0.76, 0.00, 0.08. Web safe color of #b539ea is #cc33ff. Color #b539ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111001 11101010
Octal 265 71 352
Decimal 181 57 234
Hex B5 39 EA

RGB Percentages of Color #b539ea

%38.35
%12.08
%49.58

CMYK Percentages of Color #b539ea

%23
%76
%0
%8

Triadic Colors of #b539ea

#b539ea #eab539 #39eab5

Analogous Colors of #b539ea

#b539ea #ea39c7 #5c39ea

Monochromatic Colors of #b539ea

#b539ea

Complementary Color

#b539ea #6eea39

#b539ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b539ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b539ea Color CSS Codes

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

#b539ea Text Font Color

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

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


#b539ea Background Color

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

This div background color is #b539ea


#b539ea Border Color

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

This div border color is #b539ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b539ea


Comments

No comments written yet.

Please login to write comment.