Color Hex Logo

#ba213d Color Hex

#BA213D
(186,33,61)
0 Favorites   0 Comments

Color spaces of #ba213d

RGB 1863361
HSL0.970.700.43
HSV349°82°73°
CMYK 0.000.820.67   0.27
XYZ21.635911.86375.5645
Yxy11.86370.55390.3037
Hunter Lab34.443751.848714.5321
CIE-Lab40.998759.608224.0540

#ba213d color RGB value is (186,33,61).

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

The process color (four color CMYK) of #ba213d color hex is 0.00, 0.82, 0.67, 0.27. Web safe color of #ba213d is #cc3333. Color #ba213d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100001 00111101
Octal 272 41 75
Decimal 186 33 61
Hex BA 21 3D

RGB Percentages of Color #ba213d

%66.43
%11.79
%21.79

CMYK Percentages of Color #ba213d

%0
%82
%67
%27

Triadic Colors of #ba213d

#ba213d #3dba21 #213dba

Analogous Colors of #ba213d

#ba213d #ba5221 #ba218a

Monochromatic Colors of #ba213d

#ba213d

Complementary Color

#ba213d #21ba9e

#ba213d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba213d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba213d Color CSS Codes

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

#ba213d Text Font Color

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

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


#ba213d Background Color

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

This div background color is #ba213d


#ba213d Border Color

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

This div border color is #ba213d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba213d


Comments

No comments written yet.

Please login to write comment.