Color Hex Logo

#b531ad Color Hex

#B531AD
(181,49,173)
0 Favorites   0 Comments

Color spaces of #b531ad

RGB 18149173
HSL0.840.570.45
HSV304°73°71°
CMYK 0.000.730.04   0.29
XYZ27.697215.037540.9779
Yxy15.03750.33090.1796
Hunter Lab38.778259.6311-35.5085
CIE-Lab45.685565.6032-38.0432

#b531ad color RGB value is (181,49,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110001 10101101
Octal 265 61 255
Decimal 181 49 173
Hex B5 31 AD

RGB Percentages of Color #b531ad

%44.91
%12.16
%42.93

CMYK Percentages of Color #b531ad

%0
%73
%4
%29

Triadic Colors of #b531ad

#b531ad #adb531 #31adb5

Analogous Colors of #b531ad

#b531ad #b5316b #7b31b5

Monochromatic Colors of #b531ad

#b531ad

Complementary Color

#b531ad #31b539

#b531ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b531ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b531ad Color CSS Codes

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

#b531ad Text Font Color

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

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


#b531ad Background Color

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

This div background color is #b531ad


#b531ad Border Color

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

This div border color is #b531ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b531ad


Comments

No comments written yet.

Please login to write comment.