Color Hex Logo

#b93254 Color Hex

#B93254
(185,50,84)
0 Favorites   0 Comments

Color spaces of #b93254

RGB 1855084
HSL0.960.570.46
HSV345°73°73°
CMYK 0.000.730.55   0.27
XYZ22.748413.23569.7433
Yxy13.23560.49750.2894
Hunter Lab36.380847.94739.5878
CIE-Lab43.116155.626712.4678

#b93254 color RGB value is (185,50,84).

#b93254 hex color red value is 185, green value is 50 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #b93254 hue: 0.96 , saturation: 0.57 and the lightness value of b93254 is 0.46.

The process color (four color CMYK) of #b93254 color hex is 0.00, 0.73, 0.55, 0.27. Web safe color of #b93254 is #cc3366. Color #b93254 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110010 01010100
Octal 271 62 124
Decimal 185 50 84
Hex B9 32 54

RGB Percentages of Color #b93254

%57.99
%15.67
%26.33

CMYK Percentages of Color #b93254

%0
%73
%55
%27

Triadic Colors of #b93254

#b93254 #54b932 #3254b9

Analogous Colors of #b93254

#b93254 #b95332 #b93298

Monochromatic Colors of #b93254

#b93254

Complementary Color

#b93254 #32b997

#b93254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93254 Color CSS Codes

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

#b93254 Text Font Color

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

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


#b93254 Background Color

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

This div background color is #b93254


#b93254 Border Color

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

This div border color is #b93254


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,50,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 #b93254">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93254


Comments

No comments written yet.

Please login to write comment.