Color Hex Logo

#b44987 Color Hex

#B44987
(180,73,135)
0 Favorites   0 Comments

Color spaces of #b44987

RGB 18073135
HSL0.900.420.50
HSV325°59°71°
CMYK 0.000.590.25   0.29
XYZ25.578116.217724.7039
Yxy16.21770.38460.2439
Hunter Lab40.271242.8990-8.1809
CIE-Lab47.258850.1424-12.9158

#b44987 color RGB value is (180,73,135).

#b44987 hex color red value is 180, green value is 73 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #b44987 hue: 0.90 , saturation: 0.42 and the lightness value of b44987 is 0.50.

The process color (four color CMYK) of #b44987 color hex is 0.00, 0.59, 0.25, 0.29. Web safe color of #b44987 is #cc3399. Color #b44987 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001001 10000111
Octal 264 111 207
Decimal 180 73 135
Hex B4 49 87

RGB Percentages of Color #b44987

%46.39
%18.81
%34.79

CMYK Percentages of Color #b44987

%0
%59
%25
%29

Triadic Colors of #b44987

#b44987 #87b449 #4987b4

Analogous Colors of #b44987

#b44987 #b44952 #ac49b4

Monochromatic Colors of #b44987

#b44987

Complementary Color

#b44987 #49b476

#b44987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44987 Color CSS Codes

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

#b44987 Text Font Color

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

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


#b44987 Background Color

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

This div background color is #b44987


#b44987 Border Color

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

This div border color is #b44987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44987


Comments

No comments written yet.

Please login to write comment.