Color Hex Logo

#ba216b Color Hex

#BA216B
(186,33,107)
0 Favorites   0 Comments

Color spaces of #ba216b

RGB 18633107
HSL0.920.700.43
HSV331°82°73°
CMYK 0.000.820.42   0.27
XYZ23.447412.588415.1039
Yxy12.58840.45850.2462
Hunter Lab35.480155.8733-0.4037
CIE-Lab42.136462.9972-3.2964

#ba216b color RGB value is (186,33,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100001 01101011
Octal 272 41 153
Decimal 186 33 107
Hex BA 21 6B

RGB Percentages of Color #ba216b

%57.06
%10.12
%32.82

CMYK Percentages of Color #ba216b

%0
%82
%42
%27

Triadic Colors of #ba216b

#ba216b #6bba21 #216bba

Analogous Colors of #ba216b

#ba216b #ba2421 #ba21b8

Monochromatic Colors of #ba216b

#ba216b

Complementary Color

#ba216b #21ba70

#ba216b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba216b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba216b Color CSS Codes

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

#ba216b Text Font Color

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

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


#ba216b Background Color

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

This div background color is #ba216b


#ba216b Border Color

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

This div border color is #ba216b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba216b


Comments

No comments written yet.

Please login to write comment.