Color Hex Logo

#b573af Color Hex

#B573AF
(181,115,175)
0 Favorites   0 Comments

Color spaces of #b573af

RGB 181115175
HSL0.850.310.58
HSV305°36°71°
CMYK 0.000.360.03   0.29
XYZ32.924725.180443.6824
Yxy25.18040.32350.2474
Hunter Lab50.180129.3042-16.4867
CIE-Lab57.250835.4181-21.2124

#b573af color RGB value is (181,115,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110011 10101111
Octal 265 163 257
Decimal 181 115 175
Hex B5 73 AF

RGB Percentages of Color #b573af

%38.43
%24.42
%37.15

CMYK Percentages of Color #b573af

%0
%36
%3
%29

Triadic Colors of #b573af

#b573af #afb573 #73afb5

Analogous Colors of #b573af

#b573af #b5738e #9a73b5

Monochromatic Colors of #b573af

#b573af

Complementary Color

#b573af #73b579

#b573af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b573af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b573af Color CSS Codes

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

#b573af Text Font Color

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

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


#b573af Background Color

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

This div background color is #b573af


#b573af Border Color

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

This div border color is #b573af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b573af


Comments

No comments written yet.

Please login to write comment.