Color Hex Logo

#b40977 Color Hex

#B40977
(180,9,119)
0 Favorites   0 Comments

Color spaces of #b40977

RGB 1809119
HSL0.890.900.37
HSV321°95°71°
CMYK 0.000.950.34   0.29
XYZ22.249911.230618.4478
Yxy11.23060.42850.2163
Hunter Lab33.512159.8665-9.1796
CIE-Lab39.966266.9196-14.1753

#b40977 color RGB value is (180,9,119).

#b40977 hex color red value is 180, green value is 9 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #b40977 hue: 0.89 , saturation: 0.90 and the lightness value of b40977 is 0.37.

The process color (four color CMYK) of #b40977 color hex is 0.00, 0.95, 0.34, 0.29. Web safe color of #b40977 is #cc0066. Color #b40977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001001 01110111
Octal 264 11 167
Decimal 180 9 119
Hex B4 9 77

RGB Percentages of Color #b40977

%58.44
%2.92
%38.64

CMYK Percentages of Color #b40977

%0
%95
%34
%29

Triadic Colors of #b40977

#b40977 #77b409 #0977b4

Analogous Colors of #b40977

#b40977 #b40921 #9c09b4

Monochromatic Colors of #b40977

#b40977

Complementary Color

#b40977 #09b446

#b40977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40977 Color CSS Codes

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

#b40977 Text Font Color

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

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


#b40977 Background Color

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

This div background color is #b40977


#b40977 Border Color

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

This div border color is #b40977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40977


Comments

No comments written yet.

Please login to write comment.