Color Hex Logo

#b577be Color Hex

#B577BE
(181,119,190)
0 Favorites   0 Comments

Color spaces of #b577be

RGB 181119190
HSL0.810.350.61
HSV292°37°75°
CMYK 0.050.370.00   0.25
XYZ34.947126.735152.0337
Yxy26.73510.30730.2351
Hunter Lab51.706030.1593-23.4716
CIE-Lab58.728336.0968-27.5226

#b577be color RGB value is (181,119,190).

#b577be hex color red value is 181, green value is 119 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b577be hue: 0.81 , saturation: 0.35 and the lightness value of b577be is 0.61.

The process color (four color CMYK) of #b577be color hex is 0.05, 0.37, 0.00, 0.25. Web safe color of #b577be is #cc66cc. Color #b577be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110111 10111110
Octal 265 167 276
Decimal 181 119 190
Hex B5 77 BE

RGB Percentages of Color #b577be

%36.94
%24.29
%38.78

CMYK Percentages of Color #b577be

%5
%37
%0
%25

Triadic Colors of #b577be

#b577be #beb577 #77beb5

Analogous Colors of #b577be

#b577be #be77a4 #9277be

Monochromatic Colors of #b577be

#b577be

Complementary Color

#b577be #80be77

#b577be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b577be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b577be Color CSS Codes

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

#b577be Text Font Color

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

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


#b577be Background Color

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

This div background color is #b577be


#b577be Border Color

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

This div border color is #b577be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b577be


Comments

No comments written yet.

Please login to write comment.