Color Hex Logo

#b40962 Color Hex

#B40962
(180,9,98)
0 Favorites   0 Comments

Color spaces of #b40962

RGB 180998
HSL0.910.900.37
HSV329°95°71°
CMYK 0.000.950.46   0.29
XYZ21.124710.780512.5227
Yxy10.78050.47550.2427
Hunter Lab32.833757.38530.3705
CIE-Lab39.208364.9017-2.0752

#b40962 color RGB value is (180,9,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001001 01100010
Octal 264 11 142
Decimal 180 9 98
Hex B4 9 62

RGB Percentages of Color #b40962

%62.72
%3.14
%34.15

CMYK Percentages of Color #b40962

%0
%95
%46
%29

Triadic Colors of #b40962

#b40962 #62b409 #0962b4

Analogous Colors of #b40962

#b40962 #b4090d #b109b4

Monochromatic Colors of #b40962

#b40962

Complementary Color

#b40962 #09b45b

#b40962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40962 Color CSS Codes

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

#b40962 Text Font Color

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

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


#b40962 Background Color

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

This div background color is #b40962


#b40962 Border Color

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

This div border color is #b40962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40962


Comments

No comments written yet.

Please login to write comment.