Color Hex Logo

#b573ad Color Hex

#B573AD
(181,115,173)
0 Favorites   0 Comments

Color spaces of #b573ad

RGB 181115173
HSL0.850.310.58
HSV307°36°71°
CMYK 0.000.360.04   0.29
XYZ32.729625.102442.6554
Yxy25.10240.32570.2498
Hunter Lab50.102328.9271-15.4059
CIE-Lab57.175135.0494-20.1778

#b573ad color RGB value is (181,115,173).

#b573ad hex color red value is 181, green value is 115 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b573ad hue: 0.85 , saturation: 0.31 and the lightness value of b573ad is 0.58.

The process color (four color CMYK) of #b573ad color hex is 0.00, 0.36, 0.04, 0.29. Web safe color of #b573ad is #cc6699. Color #b573ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110011 10101101
Octal 265 163 255
Decimal 181 115 173
Hex B5 73 AD

RGB Percentages of Color #b573ad

%38.59
%24.52
%36.89

CMYK Percentages of Color #b573ad

%0
%36
%4
%29

Triadic Colors of #b573ad

#b573ad #adb573 #73adb5

Analogous Colors of #b573ad

#b573ad #b5738c #9c73b5

Monochromatic Colors of #b573ad

#b573ad

Complementary Color

#b573ad #73b57b

#b573ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b573ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b573ad Color CSS Codes

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

#b573ad Text Font Color

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

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


#b573ad Background Color

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

This div background color is #b573ad


#b573ad Border Color

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

This div border color is #b573ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b573ad

#b573ad Color Palettes


Comments

No comments written yet.

Please login to write comment.