Color Hex Logo

#b5168e Color Hex

#B5168E
(181,22,142)
0 Favorites   0 Comments

Color spaces of #b5168e

RGB 18122142
HSL0.870.780.40
HSV315°88°71°
CMYK 0.000.880.22   0.29
XYZ24.225412.350626.6983
Yxy12.35060.38290.1952
Hunter Lab35.143461.5443-20.4420
CIE-Lab41.768068.0158-25.5808

#b5168e color RGB value is (181,22,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010110 10001110
Octal 265 26 216
Decimal 181 22 142
Hex B5 16 8E

RGB Percentages of Color #b5168e

%52.46
%6.38
%41.16

CMYK Percentages of Color #b5168e

%0
%88
%22
%29

Triadic Colors of #b5168e

#b5168e #8eb516 #168eb5

Analogous Colors of #b5168e

#b5168e #b5163f #8d16b5

Monochromatic Colors of #b5168e

#b5168e

Complementary Color

#b5168e #16b53d

#b5168e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5168e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5168e Color CSS Codes

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

#b5168e Text Font Color

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

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


#b5168e Background Color

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

This div background color is #b5168e


#b5168e Border Color

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

This div border color is #b5168e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5168e


Comments

No comments written yet.

Please login to write comment.