Color Hex Logo

#b573fa Color Hex

#B573FA
(181,115,250)
0 Favorites   0 Comments

Color spaces of #b573fa

RGB 181115250
HSL0.750.930.72
HSV269°54°98°
CMYK 0.280.540.00   0.02
XYZ42.442128.987493.8007
Yxy28.98740.25690.1754
Hunter Lab53.839946.4919-65.6079
CIE-Lab60.770551.2623-57.9399

#b573fa color RGB value is (181,115,250).

#b573fa hex color red value is 181, green value is 115 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b573fa hue: 0.75 , saturation: 0.93 and the lightness value of b573fa is 0.72.

The process color (four color CMYK) of #b573fa color hex is 0.28, 0.54, 0.00, 0.02. Web safe color of #b573fa is #cc66ff. Color #b573fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110011 11111010
Octal 265 163 372
Decimal 181 115 250
Hex B5 73 FA

RGB Percentages of Color #b573fa

%33.15
%21.06
%45.79

CMYK Percentages of Color #b573fa

%28
%54
%0
%2

Triadic Colors of #b573fa

#b573fa #fab573 #73fab5

Analogous Colors of #b573fa

#b573fa #f973fa #7375fa

Monochromatic Colors of #b573fa

#b573fa

Complementary Color

#b573fa #b8fa73

#b573fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b573fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b573fa Color CSS Codes

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

#b573fa Text Font Color

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

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


#b573fa Background Color

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

This div background color is #b573fa


#b573fa Border Color

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

This div border color is #b573fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b573fa


Comments

No comments written yet.

Please login to write comment.