Color Hex Logo

#b93929 Color Hex

#B93929
(185,57,41)
0 Favorites   0 Comments

Color spaces of #b93929

RGB 1855741
HSL0.020.640.44
HSV78°73°
CMYK 0.000.690.78   0.27
XYZ21.870913.40063.5317
Yxy13.40060.56360.3453
Hunter Lab36.606842.583619.9047
CIE-Lab43.360850.528138.5632

#b93929 color RGB value is (185,57,41).

#b93929 hex color red value is 185, green value is 57 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #b93929 hue: 0.02 , saturation: 0.64 and the lightness value of b93929 is 0.44.

The process color (four color CMYK) of #b93929 color hex is 0.00, 0.69, 0.78, 0.27. Web safe color of #b93929 is #cc3333. Color #b93929 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111001 00101001
Octal 271 71 51
Decimal 185 57 41
Hex B9 39 29

RGB Percentages of Color #b93929

%65.37
%20.14
%14.49

CMYK Percentages of Color #b93929

%0
%69
%78
%27

Triadic Colors of #b93929

#b93929 #29b939 #3929b9

Analogous Colors of #b93929

#b93929 #b98129 #b92961

Monochromatic Colors of #b93929

#b93929

Complementary Color

#b93929 #29a9b9

#b93929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93929 Color CSS Codes

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

#b93929 Text Font Color

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

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


#b93929 Background Color

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

This div background color is #b93929


#b93929 Border Color

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

This div border color is #b93929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93929


Comments

No comments written yet.

Please login to write comment.