Color Hex Logo

#ba203b Color Hex

#BA203B
(186,32,59)
0 Favorites   0 Comments

Color spaces of #ba203b

RGB 1863259
HSL0.970.710.43
HSV349°83°73°
CMYK 0.000.830.68   0.27
XYZ21.555611.78795.2769
Yxy11.78790.55810.3052
Hunter Lab34.333551.984014.9209
CIE-Lab40.877059.754425.1456

#ba203b color RGB value is (186,32,59).

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

The process color (four color CMYK) of #ba203b color hex is 0.00, 0.83, 0.68, 0.27. Web safe color of #ba203b is #cc3333. Color #ba203b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100000 00111011
Octal 272 40 73
Decimal 186 32 59
Hex BA 20 3B

RGB Percentages of Color #ba203b

%67.15
%11.55
%21.30

CMYK Percentages of Color #ba203b

%0
%83
%68
%27

Triadic Colors of #ba203b

#ba203b #3bba20 #203bba

Analogous Colors of #ba203b

#ba203b #ba5220 #ba2088

Monochromatic Colors of #ba203b

#ba203b

Complementary Color

#ba203b #20ba9f

#ba203b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba203b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba203b Color CSS Codes

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

#ba203b Text Font Color

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

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


#ba203b Background Color

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

This div background color is #ba203b


#ba203b Border Color

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

This div border color is #ba203b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba203b


Comments

No comments written yet.

Please login to write comment.