Color Hex Logo

#ba409e Color Hex

#BA409E
(186,64,158)
0 Favorites   0 Comments

Color spaces of #ba409e

RGB 18664158
HSL0.870.490.49
HSV314°66°73°
CMYK 0.000.660.15   0.27
XYZ28.254716.574534.0578
Yxy16.57450.35820.2101
Hunter Lab40.711852.6365-21.1013
CIE-Lab47.719459.0459-25.9023

#ba409e color RGB value is (186,64,158).

#ba409e hex color red value is 186, green value is 64 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ba409e hue: 0.87 , saturation: 0.49 and the lightness value of ba409e is 0.49.

The process color (four color CMYK) of #ba409e color hex is 0.00, 0.66, 0.15, 0.27. Web safe color of #ba409e is #cc3399. Color #ba409e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000000 10011110
Octal 272 100 236
Decimal 186 64 158
Hex BA 40 9E

RGB Percentages of Color #ba409e

%45.59
%15.69
%38.73

CMYK Percentages of Color #ba409e

%0
%66
%15
%27

Triadic Colors of #ba409e

#ba409e #9eba40 #409eba

Analogous Colors of #ba409e

#ba409e #ba4061 #9940ba

Monochromatic Colors of #ba409e

#ba409e

Complementary Color

#ba409e #40ba5c

#ba409e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba409e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba409e Color CSS Codes

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

#ba409e Text Font Color

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

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


#ba409e Background Color

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

This div background color is #ba409e


#ba409e Border Color

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

This div border color is #ba409e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba409e


Comments

No comments written yet.

Please login to write comment.