Color Hex Logo

#b53aad Color Hex

#B53AAD
(181,58,173)
0 Favorites   0 Comments

Color spaces of #b53aad

RGB 18158173
HSL0.840.510.47
HSV304°68°71°
CMYK 0.000.680.04   0.29
XYZ28.111915.867041.1161
Yxy15.86700.33040.1865
Hunter Lab39.833456.2656-33.3158
CIE-Lab46.799562.4477-36.2847

#b53aad color RGB value is (181,58,173).

#b53aad hex color red value is 181, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b53aad hue: 0.84 , saturation: 0.51 and the lightness value of b53aad is 0.47.

The process color (four color CMYK) of #b53aad color hex is 0.00, 0.68, 0.04, 0.29. Web safe color of #b53aad is #cc3399. Color #b53aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111010 10101101
Octal 265 72 255
Decimal 181 58 173
Hex B5 3A AD

RGB Percentages of Color #b53aad

%43.93
%14.08
%41.99

CMYK Percentages of Color #b53aad

%0
%68
%4
%29

Triadic Colors of #b53aad

#b53aad #adb53a #3aadb5

Analogous Colors of #b53aad

#b53aad #b53a70 #803ab5

Monochromatic Colors of #b53aad

#b53aad

Complementary Color

#b53aad #3ab542

#b53aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53aad Color CSS Codes

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

#b53aad Text Font Color

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

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


#b53aad Background Color

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

This div background color is #b53aad


#b53aad Border Color

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

This div border color is #b53aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53aad


Comments

No comments written yet.

Please login to write comment.