Color Hex Logo

#b2616a Color Hex

#B2616A
(178,97,106)
0 Favorites   0 Comments

Color spaces of #b2616a

RGB 17897106
HSL0.980.340.54
HSV353°46°70°
CMYK 0.000.460.40   0.30
XYZ25.236319.055015.9835
Yxy19.05500.41870.3161
Hunter Lab43.652026.80418.8470
CIE-Lab50.751533.64349.5852

#b2616a color RGB value is (178,97,106).

#b2616a hex color red value is 178, green value is 97 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b2616a hue: 0.98 , saturation: 0.34 and the lightness value of b2616a is 0.54.

The process color (four color CMYK) of #b2616a color hex is 0.00, 0.46, 0.40, 0.30. Web safe color of #b2616a is #996666. Color #b2616a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100001 01101010
Octal 262 141 152
Decimal 178 97 106
Hex B2 61 6A

RGB Percentages of Color #b2616a

%46.72
%25.46
%27.82

CMYK Percentages of Color #b2616a

%0
%46
%40
%30

Triadic Colors of #b2616a

#b2616a #6ab261 #616ab2

Analogous Colors of #b2616a

#b2616a #b28161 #b26193

Monochromatic Colors of #b2616a

#b2616a

Complementary Color

#b2616a #61b2a9

#b2616a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2616a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2616a Color CSS Codes

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

#b2616a Text Font Color

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

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


#b2616a Background Color

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

This div background color is #b2616a


#b2616a Border Color

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

This div border color is #b2616a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,97,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2616a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2616a;
  -webkit-box-shadow: 1px 1px 3px 2px #b2616a;
  box-shadow:         1px 1px 3px 2px #b2616a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,97,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2616a


Comments

No comments written yet.

Please login to write comment.