Color Hex Logo

#ba257a Color Hex

#BA257A
(186,37,122)
0 Favorites   0 Comments

Color spaces of #ba257a

RGB 18637122
HSL0.900.670.44
HSV326°80°73°
CMYK 0.000.800.34   0.27
XYZ24.424113.167419.6666
Yxy13.16740.42660.2300
Hunter Lab36.286956.6432-6.7329
CIE-Lab43.014463.5077-11.3052

#ba257a color RGB value is (186,37,122).

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

The process color (four color CMYK) of #ba257a color hex is 0.00, 0.80, 0.34, 0.27. Web safe color of #ba257a is #cc3366. Color #ba257a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100101 01111010
Octal 272 45 172
Decimal 186 37 122
Hex BA 25 7A

RGB Percentages of Color #ba257a

%53.91
%10.72
%35.36

CMYK Percentages of Color #ba257a

%0
%80
%34
%27

Triadic Colors of #ba257a

#ba257a #7aba25 #257aba

Analogous Colors of #ba257a

#ba257a #ba2530 #b025ba

Monochromatic Colors of #ba257a

#ba257a

Complementary Color

#ba257a #25ba65

#ba257a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba257a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba257a Color CSS Codes

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

#ba257a Text Font Color

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

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


#ba257a Background Color

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

This div background color is #ba257a


#ba257a Border Color

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

This div border color is #ba257a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba257a


Comments

No comments written yet.

Please login to write comment.