Color Hex Logo

#b6275a Color Hex

#B6275A
(182,39,90)
0 Favorites   0 Comments

Color spaces of #b6275a

RGB 1823990
HSL0.940.650.43
HSV339°79°71°
CMYK 0.000.790.51   0.29
XYZ21.862412.134310.8627
Yxy12.13430.48740.2705
Hunter Lab34.834351.06855.8951
CIE-Lab41.428858.81596.2562

#b6275a color RGB value is (182,39,90).

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

The process color (four color CMYK) of #b6275a color hex is 0.00, 0.79, 0.51, 0.29. Web safe color of #b6275a is #cc3366. Color #b6275a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100111 01011010
Octal 266 47 132
Decimal 182 39 90
Hex B6 27 5A

RGB Percentages of Color #b6275a

%58.52
%12.54
%28.94

CMYK Percentages of Color #b6275a

%0
%79
%51
%29

Triadic Colors of #b6275a

#b6275a #5ab627 #275ab6

Analogous Colors of #b6275a

#b6275a #b63c27 #b627a2

Monochromatic Colors of #b6275a

#b6275a

Complementary Color

#b6275a #27b683

#b6275a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6275a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6275a Color CSS Codes

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

#b6275a Text Font Color

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

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


#b6275a Background Color

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

This div background color is #b6275a


#b6275a Border Color

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

This div border color is #b6275a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6275a


Comments

No comments written yet.

Please login to write comment.