Color Hex Logo

#ba207a Color Hex

#BA207A
(186,32,122)
0 Favorites   0 Comments

Color spaces of #ba207a

RGB 18632122
HSL0.900.710.43
HSV325°83°73°
CMYK 0.000.830.34   0.27
XYZ24.279112.877319.6183
Yxy12.87730.42760.2268
Hunter Lab35.885057.9711-7.2944
CIE-Lab42.577864.7594-11.9653

#ba207a color RGB value is (186,32,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100000 01111010
Octal 272 40 172
Decimal 186 32 122
Hex BA 20 7A

RGB Percentages of Color #ba207a

%54.71
%9.41
%35.88

CMYK Percentages of Color #ba207a

%0
%83
%34
%27

Triadic Colors of #ba207a

#ba207a #7aba20 #207aba

Analogous Colors of #ba207a

#ba207a #ba202d #ad20ba

Monochromatic Colors of #ba207a

#ba207a

Complementary Color

#ba207a #20ba60

#ba207a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba207a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba207a Color CSS Codes

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

#ba207a Text Font Color

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

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


#ba207a Background Color

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

This div background color is #ba207a


#ba207a Border Color

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

This div border color is #ba207a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba207a


Comments

No comments written yet.

Please login to write comment.