Color Hex Logo

#b93853 Color Hex

#B93853
(185,56,83)
0 Favorites   0 Comments

Color spaces of #b93853

RGB 1855683
HSL0.970.540.47
HSV347°70°73°
CMYK 0.000.700.55   0.27
XYZ22.983113.76729.6296
Yxy13.76720.49550.2968
Hunter Lab37.104245.634310.5855
CIE-Lab43.897253.323914.1639

#b93853 color RGB value is (185,56,83).

#b93853 hex color red value is 185, green value is 56 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #b93853 hue: 0.97 , saturation: 0.54 and the lightness value of b93853 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111000 01010011
Octal 271 70 123
Decimal 185 56 83
Hex B9 38 53

RGB Percentages of Color #b93853

%57.10
%17.28
%25.62

CMYK Percentages of Color #b93853

%0
%70
%55
%27

Triadic Colors of #b93853

#b93853 #53b938 #3853b9

Analogous Colors of #b93853

#b93853 #b95e38 #b93894

Monochromatic Colors of #b93853

#b93853

Complementary Color

#b93853 #38b99e

#b93853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93853 Color CSS Codes

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

#b93853 Text Font Color

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

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


#b93853 Background Color

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

This div background color is #b93853


#b93853 Border Color

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

This div border color is #b93853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93853


Comments

No comments written yet.

Please login to write comment.