Color Hex Logo

#b6424d Color Hex

#B6424D
(182,66,77)
0 Favorites   0 Comments

Color spaces of #b6424d

RGB 1826677
HSL0.980.470.49
HSV354°64°71°
CMYK 0.000.640.58   0.29
XYZ22.579214.37738.6062
Yxy14.37730.49560.3155
Hunter Lab37.917439.938413.0850
CIE-Lab44.769247.729518.9430

#b6424d color RGB value is (182,66,77).

#b6424d hex color red value is 182, green value is 66 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b6424d hue: 0.98 , saturation: 0.47 and the lightness value of b6424d is 0.49.

The process color (four color CMYK) of #b6424d color hex is 0.00, 0.64, 0.58, 0.29. Web safe color of #b6424d is #cc3366. Color #b6424d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000010 01001101
Octal 266 102 115
Decimal 182 66 77
Hex B6 42 4D

RGB Percentages of Color #b6424d

%56.00
%20.31
%23.69

CMYK Percentages of Color #b6424d

%0
%64
%58
%29

Triadic Colors of #b6424d

#b6424d #4db642 #424db6

Analogous Colors of #b6424d

#b6424d #b67142 #b64287

Monochromatic Colors of #b6424d

#b6424d

Complementary Color

#b6424d #42b6ab

#b6424d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6424d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6424d Color CSS Codes

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

#b6424d Text Font Color

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

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


#b6424d Background Color

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

This div background color is #b6424d


#b6424d Border Color

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

This div border color is #b6424d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,66,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6424d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6424d;
  -webkit-box-shadow: 1px 1px 3px 2px #b6424d;
  box-shadow:         1px 1px 3px 2px #b6424d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6424d


Comments

No comments written yet.

Please login to write comment.