Color Hex Logo

#b2135f Color Hex

#B2135F
(178,19,95)
0 Favorites   0 Comments

Color spaces of #b2135f

RGB 1781995
HSL0.920.810.39
HSV331°89°70°
CMYK 0.000.890.47   0.30
XYZ20.658510.756911.8139
Yxy10.75690.47790.2488
Hunter Lab32.797755.03691.6018
CIE-Lab39.168062.8309-0.2739

#b2135f color RGB value is (178,19,95).

#b2135f hex color red value is 178, green value is 19 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b2135f hue: 0.92 , saturation: 0.81 and the lightness value of b2135f is 0.39.

The process color (four color CMYK) of #b2135f color hex is 0.00, 0.89, 0.47, 0.30. Web safe color of #b2135f is #990066. Color #b2135f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010011 01011111
Octal 262 23 137
Decimal 178 19 95
Hex B2 13 5F

RGB Percentages of Color #b2135f

%60.96
%6.51
%32.53

CMYK Percentages of Color #b2135f

%0
%89
%47
%30

Triadic Colors of #b2135f

#b2135f #5fb213 #135fb2

Analogous Colors of #b2135f

#b2135f #b21613 #b213af

Monochromatic Colors of #b2135f

#b2135f

Complementary Color

#b2135f #13b266

#b2135f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2135f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2135f Color CSS Codes

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

#b2135f Text Font Color

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

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


#b2135f Background Color

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

This div background color is #b2135f


#b2135f Border Color

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

This div border color is #b2135f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,19,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2135f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2135f;
  -webkit-box-shadow: 1px 1px 3px 2px #b2135f;
  box-shadow:         1px 1px 3px 2px #b2135f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,19,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2135f


Comments

No comments written yet.

Please login to write comment.