Color Hex Logo

#ba208c Color Hex

#BA208C
(186,32,140)
0 Favorites   0 Comments

Color spaces of #ba208c

RGB 18632140
HSL0.880.710.43
HSV318°83°73°
CMYK 0.000.830.25   0.27
XYZ25.499813.365626.0468
Yxy13.36560.39280.2059
Hunter Lab36.559060.5250-16.6504
CIE-Lab43.309066.8376-21.8973

#ba208c color RGB value is (186,32,140).

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

The process color (four color CMYK) of #ba208c color hex is 0.00, 0.83, 0.25, 0.27. Web safe color of #ba208c is #cc3399. Color #ba208c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100000 10001100
Octal 272 40 214
Decimal 186 32 140
Hex BA 20 8C

RGB Percentages of Color #ba208c

%51.96
%8.94
%39.11

CMYK Percentages of Color #ba208c

%0
%83
%25
%27

Triadic Colors of #ba208c

#ba208c #8cba20 #208cba

Analogous Colors of #ba208c

#ba208c #ba203f #9b20ba

Monochromatic Colors of #ba208c

#ba208c

Complementary Color

#ba208c #20ba4e

#ba208c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba208c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba208c Color CSS Codes

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

#ba208c Text Font Color

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

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


#ba208c Background Color

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

This div background color is #ba208c


#ba208c Border Color

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

This div border color is #ba208c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba208c


Comments

No comments written yet.

Please login to write comment.