Color Hex Logo

#ba216c Color Hex

#BA216C
(186,33,108)
0 Favorites   0 Comments

Color spaces of #ba216c

RGB 18633108
HSL0.920.700.43
HSV331°82°73°
CMYK 0.000.820.42   0.27
XYZ23.500312.609515.3826
Yxy12.60950.45640.2449
Hunter Lab35.509955.9884-0.8271
CIE-Lab42.168963.0929-3.8734

#ba216c color RGB value is (186,33,108).

#ba216c hex color red value is 186, green value is 33 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ba216c hue: 0.92 , saturation: 0.70 and the lightness value of ba216c is 0.43.

The process color (four color CMYK) of #ba216c color hex is 0.00, 0.82, 0.42, 0.27. Web safe color of #ba216c is #cc3366. Color #ba216c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100001 01101100
Octal 272 41 154
Decimal 186 33 108
Hex BA 21 6C

RGB Percentages of Color #ba216c

%56.88
%10.09
%33.03

CMYK Percentages of Color #ba216c

%0
%82
%42
%27

Triadic Colors of #ba216c

#ba216c #6cba21 #216cba

Analogous Colors of #ba216c

#ba216c #ba2321 #ba21b9

Monochromatic Colors of #ba216c

#ba216c

Complementary Color

#ba216c #21ba6f

#ba216c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba216c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba216c Color CSS Codes

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

#ba216c Text Font Color

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

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


#ba216c Background Color

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

This div background color is #ba216c


#ba216c Border Color

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

This div border color is #ba216c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba216c


Comments

No comments written yet.

Please login to write comment.