Color Hex Logo

#b40758 Color Hex

#B40758
(180,7,88)
0 Favorites   0 Comments

Color spaces of #b40758

RGB 180788
HSL0.920.930.37
HSV332°96°71°
CMYK 0.000.960.51   0.29
XYZ20.659810.559810.1819
Yxy10.55980.49900.2551
Hunter Lab32.495856.61684.1698
CIE-Lab38.828964.29853.7535

#b40758 color RGB value is (180,7,88).

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

The process color (four color CMYK) of #b40758 color hex is 0.00, 0.96, 0.51, 0.29. Web safe color of #b40758 is #cc0066. Color #b40758 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000111 01011000
Octal 264 7 130
Decimal 180 7 88
Hex B4 7 58

RGB Percentages of Color #b40758

%65.45
%2.55
%32.00

CMYK Percentages of Color #b40758

%0
%96
%51
%29

Triadic Colors of #b40758

#b40758 #58b407 #0758b4

Analogous Colors of #b40758

#b40758 #b40d07 #b407af

Monochromatic Colors of #b40758

#b40758

Complementary Color

#b40758 #07b463

#b40758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40758 Color CSS Codes

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

#b40758 Text Font Color

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

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


#b40758 Background Color

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

This div background color is #b40758


#b40758 Border Color

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

This div border color is #b40758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40758


Comments

No comments written yet.

Please login to write comment.