Color Hex Logo

#b41362 Color Hex

#B41362
(180,19,98)
0 Favorites   0 Comments

Color spaces of #b41362

RGB 1801998
HSL0.920.810.39
HSV331°89°71°
CMYK 0.000.890.46   0.29
XYZ21.259911.050912.5678
Yxy11.05090.47370.2462
Hunter Lab33.242955.98140.8549
CIE-Lab39.666163.5733-1.4025

#b41362 color RGB value is (180,19,98).

#b41362 hex color red value is 180, green value is 19 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #b41362 hue: 0.92 , saturation: 0.81 and the lightness value of b41362 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010011 01100010
Octal 264 23 142
Decimal 180 19 98
Hex B4 13 62

RGB Percentages of Color #b41362

%60.61
%6.40
%33.00

CMYK Percentages of Color #b41362

%0
%89
%46
%29

Triadic Colors of #b41362

#b41362 #62b413 #1362b4

Analogous Colors of #b41362

#b41362 #b41413 #b413b3

Monochromatic Colors of #b41362

#b41362

Complementary Color

#b41362 #13b465

#b41362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41362 Color CSS Codes

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

#b41362 Text Font Color

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

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


#b41362 Background Color

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

This div background color is #b41362


#b41362 Border Color

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

This div border color is #b41362


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,19,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 #b41362">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41362


Comments

No comments written yet.

Please login to write comment.