Color Hex Logo

#ba174a Color Hex

#BA174A
(186,23,74)
0 Favorites   0 Comments

Color spaces of #ba174a

RGB 1862374
HSL0.950.780.41
HSV341°88°73°
CMYK 0.000.880.60   0.27
XYZ21.792111.54637.5587
Yxy11.54630.53290.2823
Hunter Lab33.979855.011610.5970
CIE-Lab40.485862.551915.1917

#ba174a color RGB value is (186,23,74).

#ba174a hex color red value is 186, green value is 23 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ba174a hue: 0.95 , saturation: 0.78 and the lightness value of ba174a is 0.41.

The process color (four color CMYK) of #ba174a color hex is 0.00, 0.88, 0.60, 0.27. Web safe color of #ba174a is #cc0033. Color #ba174a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010111 01001010
Octal 272 27 112
Decimal 186 23 74
Hex BA 17 4A

RGB Percentages of Color #ba174a

%65.72
%8.13
%26.15

CMYK Percentages of Color #ba174a

%0
%88
%60
%27

Triadic Colors of #ba174a

#ba174a #4aba17 #174aba

Analogous Colors of #ba174a

#ba174a #ba3517 #ba179c

Monochromatic Colors of #ba174a

#ba174a

Complementary Color

#ba174a #17ba87

#ba174a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba174a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba174a Color CSS Codes

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

#ba174a Text Font Color

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

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


#ba174a Background Color

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

This div background color is #ba174a


#ba174a Border Color

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

This div border color is #ba174a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,23,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ba174a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ba174a;
  -webkit-box-shadow: 1px 1px 3px 2px #ba174a;
  box-shadow:         1px 1px 3px 2px #ba174a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,23,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba174a


Comments

No comments written yet.

Please login to write comment.