Color Hex Logo

#b6168c Color Hex

#B6168C
(182,22,140)
0 Favorites   0 Comments

Color spaces of #b6168c

RGB 18222140
HSL0.880.780.40
HSV316°88°71°
CMYK 0.000.880.23   0.29
XYZ24.311912.412425.9254
Yxy12.41240.38810.1981
Hunter Lab35.231261.5222-18.9675
CIE-Lab41.864267.9780-24.1952

#b6168c color RGB value is (182,22,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010110 10001100
Octal 266 26 214
Decimal 182 22 140
Hex B6 16 8C

RGB Percentages of Color #b6168c

%52.91
%6.40
%40.70

CMYK Percentages of Color #b6168c

%0
%88
%23
%29

Triadic Colors of #b6168c

#b6168c #8cb616 #168cb6

Analogous Colors of #b6168c

#b6168c #b6163c #9016b6

Monochromatic Colors of #b6168c

#b6168c

Complementary Color

#b6168c #16b640

#b6168c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6168c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6168c Color CSS Codes

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

#b6168c Text Font Color

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

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


#b6168c Background Color

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

This div background color is #b6168c


#b6168c Border Color

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

This div border color is #b6168c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6168c


Comments

No comments written yet.

Please login to write comment.