Color Hex Logo

#ba175a Color Hex

#BA175A
(186,23,90)
0 Favorites   0 Comments

Color spaces of #ba175a

RGB 1862390
HSL0.930.780.41
HSV335°88°73°
CMYK 0.000.880.52   0.27
XYZ22.401611.790110.7679
Yxy11.79010.49830.2622
Hunter Lab34.336756.36585.4425
CIE-Lab40.880663.67715.5816

#ba175a color RGB value is (186,23,90).

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

The process color (four color CMYK) of #ba175a color hex is 0.00, 0.88, 0.52, 0.27. Web safe color of #ba175a is #cc0066. Color #ba175a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010111 01011010
Octal 272 27 132
Decimal 186 23 90
Hex BA 17 5A

RGB Percentages of Color #ba175a

%62.21
%7.69
%30.10

CMYK Percentages of Color #ba175a

%0
%88
%52
%27

Triadic Colors of #ba175a

#ba175a #5aba17 #175aba

Analogous Colors of #ba175a

#ba175a #ba2517 #ba17ac

Monochromatic Colors of #ba175a

#ba175a

Complementary Color

#ba175a #17ba77

#ba175a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba175a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba175a Color CSS Codes

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

#ba175a Text Font Color

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

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


#ba175a Background Color

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

This div background color is #ba175a


#ba175a Border Color

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

This div border color is #ba175a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba175a


Comments

No comments written yet.

Please login to write comment.