Color Hex Logo

#b95870 Color Hex

#B95870
(185,88,112)
0 Favorites   0 Comments

Color spaces of #b95870

RGB 18588112
HSL0.960.410.54
HSV345°52°73°
CMYK 0.000.520.39   0.27
XYZ26.421918.463617.5005
Yxy18.46360.42350.2960
Hunter Lab42.969334.56375.9309
CIE-Lab50.053641.60725.1446

#b95870 color RGB value is (185,88,112).

#b95870 hex color red value is 185, green value is 88 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #b95870 hue: 0.96 , saturation: 0.41 and the lightness value of b95870 is 0.54.

The process color (four color CMYK) of #b95870 color hex is 0.00, 0.52, 0.39, 0.27. Web safe color of #b95870 is #cc6666. Color #b95870 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011000 01110000
Octal 271 130 160
Decimal 185 88 112
Hex B9 58 70

RGB Percentages of Color #b95870

%48.05
%22.86
%29.09

CMYK Percentages of Color #b95870

%0
%52
%39
%27

Triadic Colors of #b95870

#b95870 #70b958 #5870b9

Analogous Colors of #b95870

#b95870 #b97158 #b958a1

Monochromatic Colors of #b95870

#b95870

Complementary Color

#b95870 #58b9a1

#b95870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95870 Color CSS Codes

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

#b95870 Text Font Color

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

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


#b95870 Background Color

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

This div background color is #b95870


#b95870 Border Color

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

This div border color is #b95870


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,88,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b95870; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b95870;
  -webkit-box-shadow: 1px 1px 3px 2px #b95870;
  box-shadow:         1px 1px 3px 2px #b95870; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,88,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95870


Comments

No comments written yet.

Please login to write comment.