Color Hex Logo

#b2186d Color Hex

#B2186D
(178,24,109)
0 Favorites   0 Comments

Color spaces of #b2186d

RGB 17824109
HSL0.910.760.40
HSV327°87°70°
CMYK 0.000.870.39   0.30
XYZ21.447011.222415.5037
Yxy11.22240.44520.2330
Hunter Lab33.499955.6531-3.9895
CIE-Lab39.952663.2262-7.9673

#b2186d color RGB value is (178,24,109).

#b2186d hex color red value is 178, green value is 24 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #b2186d hue: 0.91 , saturation: 0.76 and the lightness value of b2186d is 0.40.

The process color (four color CMYK) of #b2186d color hex is 0.00, 0.87, 0.39, 0.30. Web safe color of #b2186d is #990066. Color #b2186d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011000 01101101
Octal 262 30 155
Decimal 178 24 109
Hex B2 18 6D

RGB Percentages of Color #b2186d

%57.23
%7.72
%35.05

CMYK Percentages of Color #b2186d

%0
%87
%39
%30

Triadic Colors of #b2186d

#b2186d #6db218 #186db2

Analogous Colors of #b2186d

#b2186d #b21820 #aa18b2

Monochromatic Colors of #b2186d

#b2186d

Complementary Color

#b2186d #18b25d

#b2186d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2186d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2186d Color CSS Codes

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

#b2186d Text Font Color

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

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


#b2186d Background Color

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

This div background color is #b2186d


#b2186d Border Color

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

This div border color is #b2186d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2186d


Comments

No comments written yet.

Please login to write comment.