Color Hex Logo

#b577bf Color Hex

#B577BF
(181,119,191)
0 Favorites   0 Comments

Color spaces of #b577bf

RGB 181119191
HSL0.810.360.61
HSV292°38°75°
CMYK 0.050.380.00   0.25
XYZ35.056926.779052.6114
Yxy26.77900.30630.2340
Hunter Lab51.748430.3648-24.0548
CIE-Lab58.769236.2953-28.0286

#b577bf color RGB value is (181,119,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110111 10111111
Octal 265 167 277
Decimal 181 119 191
Hex B5 77 BF

RGB Percentages of Color #b577bf

%36.86
%24.24
%38.90

CMYK Percentages of Color #b577bf

%5
%38
%0
%25

Triadic Colors of #b577bf

#b577bf #bfb577 #77bfb5

Analogous Colors of #b577bf

#b577bf #bf77a5 #9177bf

Monochromatic Colors of #b577bf

#b577bf

Complementary Color

#b577bf #81bf77

#b577bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b577bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b577bf Color CSS Codes

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

#b577bf Text Font Color

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

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


#b577bf Background Color

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

This div background color is #b577bf


#b577bf Border Color

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

This div border color is #b577bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b577bf


Comments

No comments written yet.

Please login to write comment.