Color Hex Logo

#b43046 Color Hex

#B43046
(180,48,70)
0 Favorites   0 Comments

Color spaces of #b43046

RGB 1804870
HSL0.970.580.45
HSV350°73°71°
CMYK 0.000.730.61   0.29
XYZ20.984812.25947.0546
Yxy12.25940.52070.3042
Hunter Lab35.013445.707912.5635
CIE-Lab41.625553.812819.0262

#b43046 color RGB value is (180,48,70).

#b43046 hex color red value is 180, green value is 48 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #b43046 hue: 0.97 , saturation: 0.58 and the lightness value of b43046 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110000 01000110
Octal 264 60 106
Decimal 180 48 70
Hex B4 30 46

RGB Percentages of Color #b43046

%60.40
%16.11
%23.49

CMYK Percentages of Color #b43046

%0
%73
%61
%29

Triadic Colors of #b43046

#b43046 #46b430 #3046b4

Analogous Colors of #b43046

#b43046 #b45c30 #b43088

Monochromatic Colors of #b43046

#b43046

Complementary Color

#b43046 #30b49e

#b43046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43046 Color CSS Codes

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

#b43046 Text Font Color

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

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


#b43046 Background Color

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

This div background color is #b43046


#b43046 Border Color

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

This div border color is #b43046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43046


Comments

No comments written yet.

Please login to write comment.