Color Hex Logo

#b4187a Color Hex

#B4187A
(180,24,122)
0 Favorites   0 Comments

Color spaces of #b4187a

RGB 18024122
HSL0.900.760.40
HSV322°87°71°
CMYK 0.000.870.32   0.29
XYZ22.661911.761719.4882
Yxy11.76170.42040.2182
Hunter Lab34.295357.9336-9.6846
CIE-Lab40.834865.0657-14.7201

#b4187a color RGB value is (180,24,122).

#b4187a hex color red value is 180, green value is 24 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b4187a hue: 0.90 , saturation: 0.76 and the lightness value of b4187a is 0.40.

The process color (four color CMYK) of #b4187a color hex is 0.00, 0.87, 0.32, 0.29. Web safe color of #b4187a is #cc0066. Color #b4187a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011000 01111010
Octal 264 30 172
Decimal 180 24 122
Hex B4 18 7A

RGB Percentages of Color #b4187a

%55.21
%7.36
%37.42

CMYK Percentages of Color #b4187a

%0
%87
%32
%29

Triadic Colors of #b4187a

#b4187a #7ab418 #187ab4

Analogous Colors of #b4187a

#b4187a #b4182c #a018b4

Monochromatic Colors of #b4187a

#b4187a

Complementary Color

#b4187a #18b452

#b4187a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4187a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4187a Color CSS Codes

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

#b4187a Text Font Color

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

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


#b4187a Background Color

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

This div background color is #b4187a


#b4187a Border Color

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

This div border color is #b4187a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4187a


Comments

No comments written yet.

Please login to write comment.