Color Hex Logo

#b15489 Color Hex

#B15489
(177,84,137)
0 Favorites   0 Comments

Color spaces of #b15489

RGB 17784137
HSL0.910.370.51
HSV326°53°69°
CMYK 0.000.530.23   0.31
XYZ25.817117.493925.6829
Yxy17.49390.37420.2536
Hunter Lab41.825736.9849-7.1288
CIE-Lab48.876444.1723-11.7174

#b15489 color RGB value is (177,84,137).

#b15489 hex color red value is 177, green value is 84 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b15489 hue: 0.91 , saturation: 0.37 and the lightness value of b15489 is 0.51.

The process color (four color CMYK) of #b15489 color hex is 0.00, 0.53, 0.23, 0.31. Web safe color of #b15489 is #996699. Color #b15489 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010100 10001001
Octal 261 124 211
Decimal 177 84 137
Hex B1 54 89

RGB Percentages of Color #b15489

%44.47
%21.11
%34.42

CMYK Percentages of Color #b15489

%0
%53
%23
%31

Triadic Colors of #b15489

#b15489 #89b154 #5489b1

Analogous Colors of #b15489

#b15489 #b1545b #ab54b1

Monochromatic Colors of #b15489

#b15489

Complementary Color

#b15489 #54b17c

#b15489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15489 Color CSS Codes

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

#b15489 Text Font Color

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

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


#b15489 Background Color

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

This div background color is #b15489


#b15489 Border Color

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

This div border color is #b15489


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,84,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b15489; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b15489;
  -webkit-box-shadow: 1px 1px 3px 2px #b15489;
  box-shadow:         1px 1px 3px 2px #b15489; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,84,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15489


Comments

No comments written yet.

Please login to write comment.