Color Hex Logo

#ba247e Color Hex

#BA247E
(186,36,126)
0 Favorites   0 Comments

Color spaces of #ba247e

RGB 18636126
HSL0.900.680.44
HSV324°81°73°
CMYK 0.000.810.32   0.27
XYZ24.646513.207220.9889
Yxy13.20720.41890.2244
Hunter Lab36.341757.4585-8.8033
CIE-Lab43.073864.2136-13.6817

#ba247e color RGB value is (186,36,126).

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

The process color (four color CMYK) of #ba247e color hex is 0.00, 0.81, 0.32, 0.27. Web safe color of #ba247e is #cc3366. Color #ba247e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100100 01111110
Octal 272 44 176
Decimal 186 36 126
Hex BA 24 7E

RGB Percentages of Color #ba247e

%53.45
%10.34
%36.21

CMYK Percentages of Color #ba247e

%0
%81
%32
%27

Triadic Colors of #ba247e

#ba247e #7eba24 #247eba

Analogous Colors of #ba247e

#ba247e #ba2433 #ab24ba

Monochromatic Colors of #ba247e

#ba247e

Complementary Color

#ba247e #24ba60

#ba247e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba247e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba247e Color CSS Codes

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

#ba247e Text Font Color

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

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


#ba247e Background Color

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

This div background color is #ba247e


#ba247e Border Color

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

This div border color is #ba247e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba247e


Comments

No comments written yet.

Please login to write comment.