Color Hex Logo

#b92c5a Color Hex

#B92C5A
(185,44,90)
0 Favorites   0 Comments

Color spaces of #b92c5a

RGB 1854490
HSL0.950.620.45
HSV340°76°73°
CMYK 0.000.760.51   0.27
XYZ22.753712.853810.9546
Yxy12.85380.48870.2761
Hunter Lab35.852250.54426.9805
CIE-Lab42.542158.12487.9149

#b92c5a color RGB value is (185,44,90).

#b92c5a hex color red value is 185, green value is 44 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b92c5a hue: 0.95 , saturation: 0.62 and the lightness value of b92c5a is 0.45.

The process color (four color CMYK) of #b92c5a color hex is 0.00, 0.76, 0.51, 0.27. Web safe color of #b92c5a is #cc3366. Color #b92c5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00101100 01011010
Octal 271 54 132
Decimal 185 44 90
Hex B9 2C 5A

RGB Percentages of Color #b92c5a

%57.99
%13.79
%28.21

CMYK Percentages of Color #b92c5a

%0
%76
%51
%27

Triadic Colors of #b92c5a

#b92c5a #5ab92c #2c5ab9

Analogous Colors of #b92c5a

#b92c5a #b9452c #b92ca1

Monochromatic Colors of #b92c5a

#b92c5a

Complementary Color

#b92c5a #2cb98b

#b92c5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b92c5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b92c5a Color CSS Codes

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

#b92c5a Text Font Color

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

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


#b92c5a Background Color

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

This div background color is #b92c5a


#b92c5a Border Color

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

This div border color is #b92c5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b92c5a


Comments

No comments written yet.

Please login to write comment.