Color Hex Logo

#b577ba Color Hex

#B577BA
(181,119,186)
0 Favorites   0 Comments

Color spaces of #b577ba

RGB 181119186
HSL0.820.330.60
HSV296°36°73°
CMYK 0.030.360.00   0.27
XYZ34.515826.562649.7623
Yxy26.56260.31140.2396
Hunter Lab51.538929.3490-21.1690
CIE-Lab58.567335.3114-25.4911

#b577ba color RGB value is (181,119,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110111 10111010
Octal 265 167 272
Decimal 181 119 186
Hex B5 77 BA

RGB Percentages of Color #b577ba

%37.24
%24.49
%38.27

CMYK Percentages of Color #b577ba

%3
%36
%0
%27

Triadic Colors of #b577ba

#b577ba #bab577 #77bab5

Analogous Colors of #b577ba

#b577ba #ba779e #9477ba

Monochromatic Colors of #b577ba

#b577ba

Complementary Color

#b577ba #7cba77

#b577ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b577ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b577ba Color CSS Codes

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

#b577ba Text Font Color

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

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


#b577ba Background Color

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

This div background color is #b577ba


#b577ba Border Color

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

This div border color is #b577ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b577ba


Comments

No comments written yet.

Please login to write comment.