Color Hex Logo

#b57585 Color Hex

#B57585
(181,117,133)
0 Favorites   0 Comments

Color spaces of #b57585

RGB 181117133
HSL0.960.300.58
HSV345°35°71°
CMYK 0.000.350.27   0.29
XYZ29.651024.239825.3063
Yxy24.23980.37440.3061
Hunter Lab49.233921.34183.9886
CIE-Lab56.327127.35251.7356

#b57585 color RGB value is (181,117,133).

#b57585 hex color red value is 181, green value is 117 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #b57585 hue: 0.96 , saturation: 0.30 and the lightness value of b57585 is 0.58.

The process color (four color CMYK) of #b57585 color hex is 0.00, 0.35, 0.27, 0.29. Web safe color of #b57585 is #cc6699. Color #b57585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110101 10000101
Octal 265 165 205
Decimal 181 117 133
Hex B5 75 85

RGB Percentages of Color #b57585

%42.00
%27.15
%30.86

CMYK Percentages of Color #b57585

%0
%35
%27
%29

Triadic Colors of #b57585

#b57585 #85b575 #7585b5

Analogous Colors of #b57585

#b57585 #b58575 #b575a5

Monochromatic Colors of #b57585

#b57585

Complementary Color

#b57585 #75b5a5

#b57585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57585 Color CSS Codes

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

#b57585 Text Font Color

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

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


#b57585 Background Color

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

This div background color is #b57585


#b57585 Border Color

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

This div border color is #b57585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57585


Comments

No comments written yet.

Please login to write comment.