Color Hex Logo

#ba1590 Color Hex

#BA1590
(186,21,144)
0 Favorites   0 Comments

Color spaces of #ba1590

RGB 18621144
HSL0.880.800.41
HSV315°89°73°
CMYK 0.000.890.23   0.27
XYZ25.551912.989127.5460
Yxy12.98910.38660.1965
Hunter Lab36.040463.4821-20.0876
CIE-Lab42.746869.4804-25.2043

#ba1590 color RGB value is (186,21,144).

#ba1590 hex color red value is 186, green value is 21 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ba1590 hue: 0.88 , saturation: 0.80 and the lightness value of ba1590 is 0.41.

The process color (four color CMYK) of #ba1590 color hex is 0.00, 0.89, 0.23, 0.27. Web safe color of #ba1590 is #cc0099. Color #ba1590 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010101 10010000
Octal 272 25 220
Decimal 186 21 144
Hex BA 15 90

RGB Percentages of Color #ba1590

%52.99
%5.98
%41.03

CMYK Percentages of Color #ba1590

%0
%89
%23
%27

Triadic Colors of #ba1590

#ba1590 #90ba15 #1590ba

Analogous Colors of #ba1590

#ba1590 #ba153e #9215ba

Monochromatic Colors of #ba1590

#ba1590

Complementary Color

#ba1590 #15ba3f

#ba1590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1590 Color CSS Codes

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

#ba1590 Text Font Color

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

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


#ba1590 Background Color

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

This div background color is #ba1590


#ba1590 Border Color

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

This div border color is #ba1590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1590


Comments

No comments written yet.

Please login to write comment.