Color Hex Logo

#b6377a Color Hex

#B6377A
(182,55,122)
0 Favorites   0 Comments

Color spaces of #b6377a

RGB 18255122
HSL0.910.540.46
HSV328°70°71°
CMYK 0.000.700.33   0.29
XYZ24.170414.082619.8566
Yxy14.08260.41590.2423
Hunter Lab37.526849.2971-5.1034
CIE-Lab44.351256.6414-9.3633

#b6377a color RGB value is (182,55,122).

#b6377a hex color red value is 182, green value is 55 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b6377a hue: 0.91 , saturation: 0.54 and the lightness value of b6377a is 0.46.

The process color (four color CMYK) of #b6377a color hex is 0.00, 0.70, 0.33, 0.29. Web safe color of #b6377a is #cc3366. Color #b6377a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110111 01111010
Octal 266 67 172
Decimal 182 55 122
Hex B6 37 7A

RGB Percentages of Color #b6377a

%50.70
%15.32
%33.98

CMYK Percentages of Color #b6377a

%0
%70
%33
%29

Triadic Colors of #b6377a

#b6377a #7ab637 #377ab6

Analogous Colors of #b6377a

#b6377a #b6373b #b337b6

Monochromatic Colors of #b6377a

#b6377a

Complementary Color

#b6377a #37b673

#b6377a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6377a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6377a Color CSS Codes

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

#b6377a Text Font Color

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

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


#b6377a Background Color

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

This div background color is #b6377a


#b6377a Border Color

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

This div border color is #b6377a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6377a


Comments

No comments written yet.

Please login to write comment.