Color Hex Logo

#b53aec Color Hex

#B53AEC
(181,58,236)
0 Favorites   0 Comments

Color spaces of #b53aec

RGB 18158236
HSL0.780.820.58
HSV281°75°93°
CMYK 0.230.750.00   0.07
XYZ35.709418.906081.1240
Yxy18.90600.26310.1393
Hunter Lab43.481070.5038-80.1826
CIE-Lab50.577073.8174-66.5239

#b53aec color RGB value is (181,58,236).

#b53aec hex color red value is 181, green value is 58 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b53aec hue: 0.78 , saturation: 0.82 and the lightness value of b53aec is 0.58.

The process color (four color CMYK) of #b53aec color hex is 0.23, 0.75, 0.00, 0.07. Web safe color of #b53aec is #cc33ff. Color #b53aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111010 11101100
Octal 265 72 354
Decimal 181 58 236
Hex B5 3A EC

RGB Percentages of Color #b53aec

%38.11
%12.21
%49.68

CMYK Percentages of Color #b53aec

%23
%75
%0
%7

Triadic Colors of #b53aec

#b53aec #ecb53a #3aecb5

Analogous Colors of #b53aec

#b53aec #ec3aca #5c3aec

Monochromatic Colors of #b53aec

#b53aec

Complementary Color

#b53aec #71ec3a

#b53aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53aec Color CSS Codes

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

#b53aec Text Font Color

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

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


#b53aec Background Color

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

This div background color is #b53aec


#b53aec Border Color

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

This div border color is #b53aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53aec


Comments

No comments written yet.

Please login to write comment.