Color Hex Logo

#ba215b Color Hex

#BA215B
(186,33,91)
0 Favorites   0 Comments

Color spaces of #ba215b

RGB 1863391
HSL0.940.700.43
HSV337°82°73°
CMYK 0.000.820.51   0.27
XYZ22.681912.282111.0728
Yxy12.28210.49270.2668
Hunter Lab35.045854.19625.7993
CIE-Lab41.661061.59596.0623

#ba215b color RGB value is (186,33,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100001 01011011
Octal 272 41 133
Decimal 186 33 91
Hex BA 21 5B

RGB Percentages of Color #ba215b

%60.00
%10.65
%29.35

CMYK Percentages of Color #ba215b

%0
%82
%51
%27

Triadic Colors of #ba215b

#ba215b #5bba21 #215bba

Analogous Colors of #ba215b

#ba215b #ba3421 #ba21a8

Monochromatic Colors of #ba215b

#ba215b

Complementary Color

#ba215b #21ba80

#ba215b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba215b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba215b Color CSS Codes

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

#ba215b Text Font Color

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

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


#ba215b Background Color

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

This div background color is #ba215b


#ba215b Border Color

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

This div border color is #ba215b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba215b


Comments

No comments written yet.

Please login to write comment.