Color Hex Logo

#b5383e Color Hex

#B5383E
(181,56,62)
0 Favorites   0 Comments

Color spaces of #b5383e

RGB 1815662
HSL0.990.530.46
HSV357°69°71°
CMYK 0.000.690.66   0.29
XYZ21.339712.99995.9419
Yxy12.99990.52980.3227
Hunter Lab36.055442.549915.4678
CIE-Lab42.763150.603325.4547

#b5383e color RGB value is (181,56,62).

#b5383e hex color red value is 181, green value is 56 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b5383e hue: 0.99 , saturation: 0.53 and the lightness value of b5383e is 0.46.

The process color (four color CMYK) of #b5383e color hex is 0.00, 0.69, 0.66, 0.29. Web safe color of #b5383e is #cc3333. Color #b5383e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111000 00111110
Octal 265 70 76
Decimal 181 56 62
Hex B5 38 3E

RGB Percentages of Color #b5383e

%60.54
%18.73
%20.74

CMYK Percentages of Color #b5383e

%0
%69
%66
%29

Triadic Colors of #b5383e

#b5383e #3eb538 #383eb5

Analogous Colors of #b5383e

#b5383e #b57138 #b5387d

Monochromatic Colors of #b5383e

#b5383e

Complementary Color

#b5383e #38b5af

#b5383e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5383e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5383e Color CSS Codes

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

#b5383e Text Font Color

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

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


#b5383e Background Color

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

This div background color is #b5383e


#b5383e Border Color

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

This div border color is #b5383e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5383e


Comments

No comments written yet.

Please login to write comment.