Color Hex Logo

#b4155c Color Hex

#B4155C
(180,21,92)
0 Favorites   0 Comments

Color spaces of #b4155c

RGB 1802192
HSL0.930.790.39
HSV333°88°71°
CMYK 0.000.880.49   0.29
XYZ21.022311.012311.1428
Yxy11.01230.48690.2550
Hunter Lab33.184855.00503.3209
CIE-Lab39.601262.71802.3146

#b4155c color RGB value is (180,21,92).

#b4155c hex color red value is 180, green value is 21 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #b4155c hue: 0.93 , saturation: 0.79 and the lightness value of b4155c is 0.39.

The process color (four color CMYK) of #b4155c color hex is 0.00, 0.88, 0.49, 0.29. Web safe color of #b4155c is #cc0066. Color #b4155c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010101 01011100
Octal 264 25 134
Decimal 180 21 92
Hex B4 15 5C

RGB Percentages of Color #b4155c

%61.43
%7.17
%31.40

CMYK Percentages of Color #b4155c

%0
%88
%49
%29

Triadic Colors of #b4155c

#b4155c #5cb415 #155cb4

Analogous Colors of #b4155c

#b4155c #b41e15 #b415ac

Monochromatic Colors of #b4155c

#b4155c

Complementary Color

#b4155c #15b46d

#b4155c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4155c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4155c Color CSS Codes

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

#b4155c Text Font Color

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

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


#b4155c Background Color

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

This div background color is #b4155c


#b4155c Border Color

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

This div border color is #b4155c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,21,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4155c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4155c;
  -webkit-box-shadow: 1px 1px 3px 2px #b4155c;
  box-shadow:         1px 1px 3px 2px #b4155c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,21,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4155c


Comments

No comments written yet.

Please login to write comment.