Color Hex Logo

#b43027 Color Hex

#B43027
(180,48,39)
0 Favorites   0 Comments

Color spaces of #b43027

RGB 1804839
HSL0.010.640.43
HSV78°71°
CMYK 0.000.730.78   0.29
XYZ20.245611.96373.1616
Yxy11.96370.57240.3382
Hunter Lab34.588643.950718.7926
CIE-Lab41.158452.235237.0767

#b43027 color RGB value is (180,48,39).

#b43027 hex color red value is 180, green value is 48 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #b43027 hue: 0.01 , saturation: 0.64 and the lightness value of b43027 is 0.43.

The process color (four color CMYK) of #b43027 color hex is 0.00, 0.73, 0.78, 0.29. Web safe color of #b43027 is #cc3333. Color #b43027 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110000 00100111
Octal 264 60 47
Decimal 180 48 39
Hex B4 30 27

RGB Percentages of Color #b43027

%67.42
%17.98
%14.61

CMYK Percentages of Color #b43027

%0
%73
%78
%29

Triadic Colors of #b43027

#b43027 #27b430 #3027b4

Analogous Colors of #b43027

#b43027 #b47727 #b42765

Monochromatic Colors of #b43027

#b43027

Complementary Color

#b43027 #27abb4

#b43027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43027 Color CSS Codes

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

#b43027 Text Font Color

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

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


#b43027 Background Color

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

This div background color is #b43027


#b43027 Border Color

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

This div border color is #b43027


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,48,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 #b43027">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43027


Comments

No comments written yet.

Please login to write comment.