Color Hex Logo

#b7215a Color Hex

#B7215A
(183,33,90)
0 Favorites   0 Comments

Color spaces of #b7215a

RGB 1833390
HSL0.940.690.42
HSV337°82°72°
CMYK 0.000.820.51   0.28
XYZ21.917811.893210.8133
Yxy11.89320.49120.2665
Hunter Lab34.486553.09375.5501
CIE-Lab41.045960.72495.7368

#b7215a color RGB value is (183,33,90).

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

The process color (four color CMYK) of #b7215a color hex is 0.00, 0.82, 0.51, 0.28. Web safe color of #b7215a is #cc3366. Color #b7215a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100001 01011010
Octal 267 41 132
Decimal 183 33 90
Hex B7 21 5A

RGB Percentages of Color #b7215a

%59.80
%10.78
%29.41

CMYK Percentages of Color #b7215a

%0
%82
%51
%28

Triadic Colors of #b7215a

#b7215a #5ab721 #215ab7

Analogous Colors of #b7215a

#b7215a #b73321 #b721a5

Monochromatic Colors of #b7215a

#b7215a

Complementary Color

#b7215a #21b77e

#b7215a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7215a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7215a Color CSS Codes

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

#b7215a Text Font Color

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

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


#b7215a Background Color

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

This div background color is #b7215a


#b7215a Border Color

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

This div border color is #b7215a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7215a


Comments

No comments written yet.

Please login to write comment.