Color Hex Logo

#ba249e Color Hex

#BA249E
(186,36,158)
0 Favorites   0 Comments

Color spaces of #ba249e

RGB 18636158
HSL0.860.680.44
HSV311°81°73°
CMYK 0.000.810.15   0.27
XYZ27.052114.169533.6569
Yxy14.16950.36130.1892
Hunter Lab37.642462.4067-26.6628
CIE-Lab44.475068.2269-30.9611

#ba249e color RGB value is (186,36,158).

#ba249e hex color red value is 186, green value is 36 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ba249e hue: 0.86 , saturation: 0.68 and the lightness value of ba249e is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100100 10011110
Octal 272 44 236
Decimal 186 36 158
Hex BA 24 9E

RGB Percentages of Color #ba249e

%48.95
%9.47
%41.58

CMYK Percentages of Color #ba249e

%0
%81
%15
%27

Triadic Colors of #ba249e

#ba249e #9eba24 #249eba

Analogous Colors of #ba249e

#ba249e #ba2453 #8b24ba

Monochromatic Colors of #ba249e

#ba249e

Complementary Color

#ba249e #24ba40

#ba249e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba249e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba249e Color CSS Codes

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

#ba249e Text Font Color

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

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


#ba249e Background Color

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

This div background color is #ba249e


#ba249e Border Color

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

This div border color is #ba249e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,36,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 #ba249e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba249e


Comments

No comments written yet.

Please login to write comment.