Color Hex Logo

#b53aff Color Hex

#B53AFF
(181,58,255)
0 Favorites   0 Comments

Color spaces of #b53aff

RGB 18158255
HSL0.771.000.61
HSV277°77°100°
CMYK 0.290.770.00   0.00
XYZ38.619120.069996.4462
Yxy20.06990.24890.1294
Hunter Lab44.799475.4759-96.2825
CIE-Lab51.916177.5900-74.9786

#b53aff color RGB value is (181,58,255).

#b53aff hex color red value is 181, green value is 58 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b53aff hue: 0.77 , saturation: 1.00 and the lightness value of b53aff is 0.61.

The process color (four color CMYK) of #b53aff color hex is 0.29, 0.77, 0.00, 0.00. Web safe color of #b53aff is #cc33ff. Color #b53aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111010 11111111
Octal 265 72 377
Decimal 181 58 255
Hex B5 3A FF

RGB Percentages of Color #b53aff

%36.64
%11.74
%51.62

CMYK Percentages of Color #b53aff

%29
%77
%0
%0

Triadic Colors of #b53aff

#b53aff #ffb53a #3affb5

Analogous Colors of #b53aff

#b53aff #ff3ae7 #533aff

Monochromatic Colors of #b53aff

#b53aff

Complementary Color

#b53aff #84ff3a

#b53aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53aff Color CSS Codes

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

#b53aff Text Font Color

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

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


#b53aff Background Color

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

This div background color is #b53aff


#b53aff Border Color

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

This div border color is #b53aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53aff


Comments

No comments written yet.

Please login to write comment.