Color Hex Logo

#b70421 Color Hex

#B70421
(183,4,33)
0 Favorites   0 Comments

Color spaces of #b70421

RGB 183433
HSL0.970.960.37
HSV350°98°72°
CMYK 0.000.980.82   0.28
XYZ19.846410.26392.3740
Yxy10.26390.61100.3160
Hunter Lab32.037354.511418.0327
CIE-Lab38.312062.528637.7681

#b70421 color RGB value is (183,4,33).

#b70421 hex color red value is 183, green value is 4 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #b70421 hue: 0.97 , saturation: 0.96 and the lightness value of b70421 is 0.37.

The process color (four color CMYK) of #b70421 color hex is 0.00, 0.98, 0.82, 0.28. Web safe color of #b70421 is #cc0033. Color #b70421 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000100 00100001
Octal 267 4 41
Decimal 183 4 33
Hex B7 4 21

RGB Percentages of Color #b70421

%83.18
%1.82
%15.00

CMYK Percentages of Color #b70421

%0
%98
%82
%28

Triadic Colors of #b70421

#b70421 #21b704 #0421b7

Analogous Colors of #b70421

#b70421 #b74104 #b7047b

Monochromatic Colors of #b70421

#b70421

Complementary Color

#b70421 #04b79a

#b70421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70421 Color CSS Codes

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

#b70421 Text Font Color

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

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


#b70421 Background Color

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

This div background color is #b70421


#b70421 Border Color

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

This div border color is #b70421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70421


Comments

No comments written yet.

Please login to write comment.