Color Hex Logo

#b95775 Color Hex

#B95775
(185,87,117)
0 Favorites   0 Comments

Color spaces of #b95775

RGB 18587117
HSL0.950.410.53
HSV342°53°73°
CMYK 0.000.530.37   0.27
XYZ26.626718.415018.9807
Yxy18.41500.41590.2876
Hunter Lab42.912735.65943.8144
CIE-Lab49.995642.69812.0614

#b95775 color RGB value is (185,87,117).

#b95775 hex color red value is 185, green value is 87 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #b95775 hue: 0.95 , saturation: 0.41 and the lightness value of b95775 is 0.53.

The process color (four color CMYK) of #b95775 color hex is 0.00, 0.53, 0.37, 0.27. Web safe color of #b95775 is #cc6666. Color #b95775 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010111 01110101
Octal 271 127 165
Decimal 185 87 117
Hex B9 57 75

RGB Percentages of Color #b95775

%47.56
%22.37
%30.08

CMYK Percentages of Color #b95775

%0
%53
%37
%27

Triadic Colors of #b95775

#b95775 #75b957 #5775b9

Analogous Colors of #b95775

#b95775 #b96a57 #b957a6

Monochromatic Colors of #b95775

#b95775

Complementary Color

#b95775 #57b99b

#b95775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95775 Color CSS Codes

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

#b95775 Text Font Color

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

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


#b95775 Background Color

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

This div background color is #b95775


#b95775 Border Color

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

This div border color is #b95775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95775


Comments

No comments written yet.

Please login to write comment.