Color Hex Logo

#b575ba Color Hex

#B575BA
(181,117,186)
0 Favorites   0 Comments

Color spaces of #b575ba

RGB 181117186
HSL0.820.330.59
HSV296°37°73°
CMYK 0.030.370.00   0.27
XYZ34.280326.091549.6838
Yxy26.09150.31150.2371
Hunter Lab51.079830.4038-21.9137
CIE-Lab58.123836.4097-26.1746

#b575ba color RGB value is (181,117,186).

#b575ba hex color red value is 181, green value is 117 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b575ba hue: 0.82 , saturation: 0.33 and the lightness value of b575ba is 0.59.

The process color (four color CMYK) of #b575ba color hex is 0.03, 0.37, 0.00, 0.27. Web safe color of #b575ba is #cc66cc. Color #b575ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110101 10111010
Octal 265 165 272
Decimal 181 117 186
Hex B5 75 BA

RGB Percentages of Color #b575ba

%37.40
%24.17
%38.43

CMYK Percentages of Color #b575ba

%3
%37
%0
%27

Triadic Colors of #b575ba

#b575ba #bab575 #75bab5

Analogous Colors of #b575ba

#b575ba #ba759d #9375ba

Monochromatic Colors of #b575ba

#b575ba

Complementary Color

#b575ba #7aba75

#b575ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b575ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b575ba Color CSS Codes

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

#b575ba Text Font Color

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

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


#b575ba Background Color

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

This div background color is #b575ba


#b575ba Border Color

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

This div border color is #b575ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b575ba


Comments

No comments written yet.

Please login to write comment.