Color Hex Logo

#b41969 Color Hex

#B41969
(180,25,105)
0 Favorites   0 Comments

Color spaces of #b41969

RGB 18025105
HSL0.910.760.40
HSV329°86°71°
CMYK 0.000.860.42   0.29
XYZ21.719811.418514.4238
Yxy11.41850.45670.2401
Hunter Lab33.791355.5986-1.6540
CIE-Lab40.276663.1147-4.9252

#b41969 color RGB value is (180,25,105).

#b41969 hex color red value is 180, green value is 25 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #b41969 hue: 0.91 , saturation: 0.76 and the lightness value of b41969 is 0.40.

The process color (four color CMYK) of #b41969 color hex is 0.00, 0.86, 0.42, 0.29. Web safe color of #b41969 is #cc0066. Color #b41969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011001 01101001
Octal 264 31 151
Decimal 180 25 105
Hex B4 19 69

RGB Percentages of Color #b41969

%58.06
%8.06
%33.87

CMYK Percentages of Color #b41969

%0
%86
%42
%29

Triadic Colors of #b41969

#b41969 #69b419 #1969b4

Analogous Colors of #b41969

#b41969 #b4191c #b219b4

Monochromatic Colors of #b41969

#b41969

Complementary Color

#b41969 #19b464

#b41969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41969 Color CSS Codes

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

#b41969 Text Font Color

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

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


#b41969 Background Color

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

This div background color is #b41969


#b41969 Border Color

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

This div border color is #b41969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41969


Comments

No comments written yet.

Please login to write comment.