Color Hex Logo

#b6178e Color Hex

#B6178E
(182,23,142)
0 Favorites   0 Comments

Color spaces of #b6178e

RGB 18223142
HSL0.880.780.40
HSV315°87°71°
CMYK 0.000.870.22   0.29
XYZ24.480312.510926.7158
Yxy12.51090.38430.1964
Hunter Lab35.370861.6421-20.0227
CIE-Lab42.016968.0511-25.1791

#b6178e color RGB value is (182,23,142).

#b6178e hex color red value is 182, green value is 23 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b6178e hue: 0.88 , saturation: 0.78 and the lightness value of b6178e is 0.40.

The process color (four color CMYK) of #b6178e color hex is 0.00, 0.87, 0.22, 0.29. Web safe color of #b6178e is #cc0099. Color #b6178e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010111 10001110
Octal 266 27 216
Decimal 182 23 142
Hex B6 17 8E

RGB Percentages of Color #b6178e

%52.45
%6.63
%40.92

CMYK Percentages of Color #b6178e

%0
%87
%22
%29

Triadic Colors of #b6178e

#b6178e #8eb617 #178eb6

Analogous Colors of #b6178e

#b6178e #b6173f #8f17b6

Monochromatic Colors of #b6178e

#b6178e

Complementary Color

#b6178e #17b63f

#b6178e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6178e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6178e Color CSS Codes

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

#b6178e Text Font Color

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

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


#b6178e Background Color

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

This div background color is #b6178e


#b6178e Border Color

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

This div border color is #b6178e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6178e


Comments

No comments written yet.

Please login to write comment.