Color Hex Logo

#b40797 Color Hex

#B40797
(180,7,151)
0 Favorites   0 Comments

Color spaces of #b40797

RGB 1807151
HSL0.860.930.37
HSV310°96°71°
CMYK 0.000.960.16   0.29
XYZ24.484312.089630.3212
Yxy12.08960.36600.1807
Hunter Lab34.770164.8479-27.3647
CIE-Lab41.358270.9076-31.7113

#b40797 color RGB value is (180,7,151).

#b40797 hex color red value is 180, green value is 7 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #b40797 hue: 0.86 , saturation: 0.93 and the lightness value of b40797 is 0.37.

The process color (four color CMYK) of #b40797 color hex is 0.00, 0.96, 0.16, 0.29. Web safe color of #b40797 is #cc0099. Color #b40797 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000111 10010111
Octal 264 7 227
Decimal 180 7 151
Hex B4 7 97

RGB Percentages of Color #b40797

%53.25
%2.07
%44.67

CMYK Percentages of Color #b40797

%0
%96
%16
%29

Triadic Colors of #b40797

#b40797 #97b407 #0797b4

Analogous Colors of #b40797

#b40797 #b40740 #7b07b4

Monochromatic Colors of #b40797

#b40797

Complementary Color

#b40797 #07b424

#b40797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40797 Color CSS Codes

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

#b40797 Text Font Color

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

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


#b40797 Background Color

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

This div background color is #b40797


#b40797 Border Color

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

This div border color is #b40797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40797


Comments

No comments written yet.

Please login to write comment.