Color Hex Logo

#b41650 Color Hex

#B41650
(180,22,80)
0 Favorites   0 Comments

Color spaces of #b41650

RGB 1802280
HSL0.940.780.40
HSV338°88°71°
CMYK 0.000.880.56   0.29
XYZ20.557310.85638.6014
Yxy10.85630.51370.2713
Hunter Lab32.948953.70827.5864
CIE-Lab39.337461.60909.5937

#b41650 color RGB value is (180,22,80).

#b41650 hex color red value is 180, green value is 22 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #b41650 hue: 0.94 , saturation: 0.78 and the lightness value of b41650 is 0.40.

The process color (four color CMYK) of #b41650 color hex is 0.00, 0.88, 0.56, 0.29. Web safe color of #b41650 is #cc0066. Color #b41650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010110 01010000
Octal 264 26 120
Decimal 180 22 80
Hex B4 16 50

RGB Percentages of Color #b41650

%63.83
%7.80
%28.37

CMYK Percentages of Color #b41650

%0
%88
%56
%29

Triadic Colors of #b41650

#b41650 #50b416 #1650b4

Analogous Colors of #b41650

#b41650 #b42b16 #b4169f

Monochromatic Colors of #b41650

#b41650

Complementary Color

#b41650 #16b47a

#b41650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41650 Color CSS Codes

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

#b41650 Text Font Color

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

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


#b41650 Background Color

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

This div background color is #b41650


#b41650 Border Color

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

This div border color is #b41650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41650


Comments

No comments written yet.

Please login to write comment.