Color Hex Logo

#b5214d Color Hex

#B5214D
(181,33,77)
0 Favorites   0 Comments

Color spaces of #b5214d

RGB 1813377
HSL0.950.690.42
HSV342°82°71°
CMYK 0.000.820.57   0.29
XYZ20.939511.44738.1271
Yxy11.44730.51680.2826
Hunter Lab33.833951.26299.4419
CIE-Lab40.323959.205612.9017

#b5214d color RGB value is (181,33,77).

#b5214d hex color red value is 181, green value is 33 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b5214d hue: 0.95 , saturation: 0.69 and the lightness value of b5214d is 0.42.

The process color (four color CMYK) of #b5214d color hex is 0.00, 0.82, 0.57, 0.29. Web safe color of #b5214d is #cc3366. Color #b5214d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100001 01001101
Octal 265 41 115
Decimal 181 33 77
Hex B5 21 4D

RGB Percentages of Color #b5214d

%62.20
%11.34
%26.46

CMYK Percentages of Color #b5214d

%0
%82
%57
%29

Triadic Colors of #b5214d

#b5214d #4db521 #214db5

Analogous Colors of #b5214d

#b5214d #b53f21 #b52197

Monochromatic Colors of #b5214d

#b5214d

Complementary Color

#b5214d #21b589

#b5214d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5214d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5214d Color CSS Codes

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

#b5214d Text Font Color

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

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


#b5214d Background Color

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

This div background color is #b5214d


#b5214d Border Color

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

This div border color is #b5214d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5214d


Comments

No comments written yet.

Please login to write comment.