Color Hex Logo

#b93135 Color Hex

#B93135
(185,49,53)
0 Favorites   0 Comments

Color spaces of #b93135

RGB 1854953
HSL1.000.580.46
HSV358°74°73°
CMYK 0.000.740.71   0.27
XYZ21.748512.76804.6863
Yxy12.76800.55480.3257
Hunter Lab35.732346.112517.2367
CIE-Lab42.411654.046730.6201

#b93135 color RGB value is (185,49,53).

#b93135 hex color red value is 185, green value is 49 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #b93135 hue: 1.00 , saturation: 0.58 and the lightness value of b93135 is 0.46.

The process color (four color CMYK) of #b93135 color hex is 0.00, 0.74, 0.71, 0.27. Web safe color of #b93135 is #cc3333. Color #b93135 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110001 00110101
Octal 271 61 65
Decimal 185 49 53
Hex B9 31 35

RGB Percentages of Color #b93135

%64.46
%17.07
%18.47

CMYK Percentages of Color #b93135

%0
%74
%71
%27

Triadic Colors of #b93135

#b93135 #35b931 #3135b9

Analogous Colors of #b93135

#b93135 #b97131 #b93179

Monochromatic Colors of #b93135

#b93135

Complementary Color

#b93135 #31b9b5

#b93135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93135 Color CSS Codes

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

#b93135 Text Font Color

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

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


#b93135 Background Color

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

This div background color is #b93135


#b93135 Border Color

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

This div border color is #b93135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93135


Comments

No comments written yet.

Please login to write comment.