Color Hex Logo

#b6168e Color Hex

#B6168E
(182,22,142)
0 Favorites   0 Comments

Color spaces of #b6168e

RGB 18222142
HSL0.880.780.40
HSV315°88°71°
CMYK 0.000.880.22   0.29
XYZ24.460812.471926.7093
Yxy12.47190.38430.1960
Hunter Lab35.315661.8331-20.1203
CIE-Lab41.956568.2267-25.2730

#b6168e color RGB value is (182,22,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010110 10001110
Octal 266 26 216
Decimal 182 22 142
Hex B6 16 8E

RGB Percentages of Color #b6168e

%52.60
%6.36
%41.04

CMYK Percentages of Color #b6168e

%0
%88
%22
%29

Triadic Colors of #b6168e

#b6168e #8eb616 #168eb6

Analogous Colors of #b6168e

#b6168e #b6163e #8e16b6

Monochromatic Colors of #b6168e

#b6168e

Complementary Color

#b6168e #16b63e

#b6168e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6168e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6168e Color CSS Codes

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

#b6168e Text Font Color

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

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


#b6168e Background Color

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

This div background color is #b6168e


#b6168e Border Color

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

This div border color is #b6168e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,22,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 #b6168e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6168e


Comments

No comments written yet.

Please login to write comment.