Color Hex Logo

#b95854 Color Hex

#B95854
(185,88,84)
0 Favorites   0 Comments

Color spaces of #b95854

RGB 1858884
HSL0.010.420.53
HSV55°73°
CMYK 0.000.520.55   0.27
XYZ25.097517.933810.5263
Yxy17.93380.46860.3349
Hunter Lab42.348331.677514.9064
CIE-Lab49.415738.810820.9943

#b95854 color RGB value is (185,88,84).

#b95854 hex color red value is 185, green value is 88 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #b95854 hue: 0.01 , saturation: 0.42 and the lightness value of b95854 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011000 01010100
Octal 271 130 124
Decimal 185 88 84
Hex B9 58 54

RGB Percentages of Color #b95854

%51.82
%24.65
%23.53

CMYK Percentages of Color #b95854

%0
%52
%55
%27

Triadic Colors of #b95854

#b95854 #54b958 #5854b9

Analogous Colors of #b95854

#b95854 #b98b54 #b95483

Monochromatic Colors of #b95854

#b95854

Complementary Color

#b95854 #54b5b9

#b95854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95854 Color CSS Codes

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

#b95854 Text Font Color

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

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


#b95854 Background Color

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

This div background color is #b95854


#b95854 Border Color

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

This div border color is #b95854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95854


Comments

No comments written yet.

Please login to write comment.