Color Hex Logo

#b55787 Color Hex

#B55787
(181,87,135)
0 Favorites   0 Comments

Color spaces of #b55787

RGB 18187135
HSL0.910.390.53
HSV329°52°71°
CMYK 0.000.520.25   0.29
XYZ26.837418.389425.0567
Yxy18.38940.38180.2616
Hunter Lab42.882936.6657-4.6255
CIE-Lab49.965043.6907-8.8279

#b55787 color RGB value is (181,87,135).

#b55787 hex color red value is 181, green value is 87 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #b55787 hue: 0.91 , saturation: 0.39 and the lightness value of b55787 is 0.53.

The process color (four color CMYK) of #b55787 color hex is 0.00, 0.52, 0.25, 0.29. Web safe color of #b55787 is #cc6699. Color #b55787 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010111 10000111
Octal 265 127 207
Decimal 181 87 135
Hex B5 57 87

RGB Percentages of Color #b55787

%44.91
%21.59
%33.50

CMYK Percentages of Color #b55787

%0
%52
%25
%29

Triadic Colors of #b55787

#b55787 #87b557 #5787b5

Analogous Colors of #b55787

#b55787 #b55758 #b457b5

Monochromatic Colors of #b55787

#b55787

Complementary Color

#b55787 #57b585

#b55787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55787 Color CSS Codes

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

#b55787 Text Font Color

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

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


#b55787 Background Color

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

This div background color is #b55787


#b55787 Border Color

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

This div border color is #b55787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55787


Comments

No comments written yet.

Please login to write comment.