Color Hex Logo

#b21427 Color Hex

#B21427
(178,20,39)
0 Favorites   0 Comments

Color spaces of #b21427

RGB 1782039
HSL0.980.800.39
HSV353°89°70°
CMYK 0.000.890.78   0.30
XYZ18.976510.11182.8711
Yxy10.11180.59380.3164
Hunter Lab31.799150.873816.9061
CIE-Lab38.042359.291933.6478

#b21427 color RGB value is (178,20,39).

#b21427 hex color red value is 178, green value is 20 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #b21427 hue: 0.98 , saturation: 0.80 and the lightness value of b21427 is 0.39.

The process color (four color CMYK) of #b21427 color hex is 0.00, 0.89, 0.78, 0.30. Web safe color of #b21427 is #990033. Color #b21427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010100 00100111
Octal 262 24 47
Decimal 178 20 39
Hex B2 14 27

RGB Percentages of Color #b21427

%75.11
%8.44
%16.46

CMYK Percentages of Color #b21427

%0
%89
%78
%30

Triadic Colors of #b21427

#b21427 #27b214 #1427b2

Analogous Colors of #b21427

#b21427 #b25014 #b21476

Monochromatic Colors of #b21427

#b21427

Complementary Color

#b21427 #14b29f

#b21427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21427 Color CSS Codes

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

#b21427 Text Font Color

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

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


#b21427 Background Color

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

This div background color is #b21427


#b21427 Border Color

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

This div border color is #b21427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21427


Comments

No comments written yet.

Please login to write comment.