Color Hex Logo

#b2606c Color Hex

#B2606C
(178,96,108)
0 Favorites   0 Comments

Color spaces of #b2606c

RGB 17896108
HSL0.980.350.54
HSV351°46°70°
CMYK 0.000.460.39   0.30
XYZ25.249718.913416.5072
Yxy18.91340.41620.3117
Hunter Lab43.489527.52917.9381
CIE-Lab50.585734.41488.1595

#b2606c color RGB value is (178,96,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100000 01101100
Octal 262 140 154
Decimal 178 96 108
Hex B2 60 6C

RGB Percentages of Color #b2606c

%46.60
%25.13
%28.27

CMYK Percentages of Color #b2606c

%0
%46
%39
%30

Triadic Colors of #b2606c

#b2606c #6cb260 #606cb2

Analogous Colors of #b2606c

#b2606c #b27d60 #b26095

Monochromatic Colors of #b2606c

#b2606c

Complementary Color

#b2606c #60b2a6

#b2606c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2606c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2606c Color CSS Codes

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

#b2606c Text Font Color

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

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


#b2606c Background Color

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

This div background color is #b2606c


#b2606c Border Color

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

This div border color is #b2606c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2606c


Comments

No comments written yet.

Please login to write comment.