Color Hex Logo

#b575fa Color Hex

#B575FA
(181,117,250)
0 Favorites   0 Comments

Color spaces of #b575fa

RGB 181117250
HSL0.750.930.72
HSV269°53°98°
CMYK 0.280.530.00   0.02
XYZ42.672729.448593.8775
Yxy29.44850.25710.1774
Hunter Lab54.266545.3980-64.5813
CIE-Lab61.175450.2078-57.2937

#b575fa color RGB value is (181,117,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110101 11111010
Octal 265 165 372
Decimal 181 117 250
Hex B5 75 FA

RGB Percentages of Color #b575fa

%33.03
%21.35
%45.62

CMYK Percentages of Color #b575fa

%28
%53
%0
%2

Triadic Colors of #b575fa

#b575fa #fab575 #75fab5

Analogous Colors of #b575fa

#b575fa #f875fa #7578fa

Monochromatic Colors of #b575fa

#b575fa

Complementary Color

#b575fa #bafa75

#b575fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b575fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b575fa Color CSS Codes

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

#b575fa Text Font Color

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

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


#b575fa Background Color

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

This div background color is #b575fa


#b575fa Border Color

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

This div border color is #b575fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b575fa


Comments

No comments written yet.

Please login to write comment.