Color Hex Logo

#b71229 Color Hex

#B71229
(183,18,41)
0 Favorites   0 Comments

Color spaces of #b71229

RGB 1831841
HSL0.980.820.39
HSV352°90°72°
CMYK 0.000.900.78   0.28
XYZ20.145010.66003.0936
Yxy10.66000.59430.3145
Hunter Lab32.649752.998517.2369
CIE-Lab39.001861.035333.8024

#b71229 color RGB value is (183,18,41).

#b71229 hex color red value is 183, green value is 18 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #b71229 hue: 0.98 , saturation: 0.82 and the lightness value of b71229 is 0.39.

The process color (four color CMYK) of #b71229 color hex is 0.00, 0.90, 0.78, 0.28. Web safe color of #b71229 is #cc0033. Color #b71229 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010010 00101001
Octal 267 22 51
Decimal 183 18 41
Hex B7 12 29

RGB Percentages of Color #b71229

%75.62
%7.44
%16.94

CMYK Percentages of Color #b71229

%0
%90
%78
%28

Triadic Colors of #b71229

#b71229 #29b712 #1229b7

Analogous Colors of #b71229

#b71229 #b74e12 #b7127c

Monochromatic Colors of #b71229

#b71229

Complementary Color

#b71229 #12b7a0

#b71229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71229 Color CSS Codes

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

#b71229 Text Font Color

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

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


#b71229 Background Color

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

This div background color is #b71229


#b71229 Border Color

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

This div border color is #b71229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71229


Comments

No comments written yet.

Please login to write comment.