Color Hex Logo

#ba1453 Color Hex

#BA1453
(186,20,83)
0 Favorites   0 Comments

Color spaces of #ba1453

RGB 1862083
HSL0.940.810.40
HSV337°89°73°
CMYK 0.000.890.55   0.27
XYZ22.061211.56399.2529
Yxy11.56390.51450.2697
Hunter Lab34.005756.29177.6713
CIE-Lab40.514463.68289.5089

#ba1453 color RGB value is (186,20,83).

#ba1453 hex color red value is 186, green value is 20 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #ba1453 hue: 0.94 , saturation: 0.81 and the lightness value of ba1453 is 0.40.

The process color (four color CMYK) of #ba1453 color hex is 0.00, 0.89, 0.55, 0.27. Web safe color of #ba1453 is #cc0066. Color #ba1453 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010100 01010011
Octal 272 24 123
Decimal 186 20 83
Hex BA 14 53

RGB Percentages of Color #ba1453

%64.36
%6.92
%28.72

CMYK Percentages of Color #ba1453

%0
%89
%55
%27

Triadic Colors of #ba1453

#ba1453 #53ba14 #1453ba

Analogous Colors of #ba1453

#ba1453 #ba2814 #ba14a6

Monochromatic Colors of #ba1453

#ba1453

Complementary Color

#ba1453 #14ba7b

#ba1453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1453 Color CSS Codes

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

#ba1453 Text Font Color

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

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


#ba1453 Background Color

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

This div background color is #ba1453


#ba1453 Border Color

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

This div border color is #ba1453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1453


Comments

No comments written yet.

Please login to write comment.