Color Hex Logo

#b6274a Color Hex

#B6274A
(182,39,74)
0 Favorites   0 Comments

Color spaces of #b6274a

RGB 1823974
HSL0.960.650.43
HSV345°79°71°
CMYK 0.000.790.59   0.29
XYZ21.253011.89057.6535
Yxy11.89050.52090.2915
Hunter Lab34.482649.672110.9783
CIE-Lab41.041657.611615.8077

#b6274a color RGB value is (182,39,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100111 01001010
Octal 266 47 112
Decimal 182 39 74
Hex B6 27 4A

RGB Percentages of Color #b6274a

%61.69
%13.22
%25.08

CMYK Percentages of Color #b6274a

%0
%79
%59
%29

Triadic Colors of #b6274a

#b6274a #4ab627 #274ab6

Analogous Colors of #b6274a

#b6274a #b64c27 #b62792

Monochromatic Colors of #b6274a

#b6274a

Complementary Color

#b6274a #27b693

#b6274a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6274a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6274a Color CSS Codes

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

#b6274a Text Font Color

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

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


#b6274a Background Color

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

This div background color is #b6274a


#b6274a Border Color

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

This div border color is #b6274a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6274a


Comments

No comments written yet.

Please login to write comment.