Color Hex Logo

#b6264a Color Hex

#B6264A
(182,38,74)
0 Favorites   0 Comments

Color spaces of #b6264a

RGB 1823874
HSL0.960.650.43
HSV345°79°71°
CMYK 0.000.790.59   0.29
XYZ21.220511.82577.6427
Yxy11.82570.52150.2906
Hunter Lab34.388549.969110.8950
CIE-Lab40.937757.904315.6676

#b6264a color RGB value is (182,38,74).

#b6264a hex color red value is 182, green value is 38 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b6264a hue: 0.96 , saturation: 0.65 and the lightness value of b6264a is 0.43.

The process color (four color CMYK) of #b6264a color hex is 0.00, 0.79, 0.59, 0.29. Web safe color of #b6264a is #cc3333. Color #b6264a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100110 01001010
Octal 266 46 112
Decimal 182 38 74
Hex B6 26 4A

RGB Percentages of Color #b6264a

%61.90
%12.93
%25.17

CMYK Percentages of Color #b6264a

%0
%79
%59
%29

Triadic Colors of #b6264a

#b6264a #4ab626 #264ab6

Analogous Colors of #b6264a

#b6264a #b64a26 #b62692

Monochromatic Colors of #b6264a

#b6264a

Complementary Color

#b6264a #26b692

#b6264a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6264a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6264a Color CSS Codes

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

#b6264a Text Font Color

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

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


#b6264a Background Color

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

This div background color is #b6264a


#b6264a Border Color

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

This div border color is #b6264a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6264a


Comments

No comments written yet.

Please login to write comment.