Color Hex Logo

#ba283d Color Hex

#BA283D
(186,40,61)
0 Favorites   0 Comments

Color spaces of #ba283d

RGB 1864061
HSL0.980.650.44
HSV351°78°73°
CMYK 0.000.780.67   0.27
XYZ21.850812.29365.6361
Yxy12.29360.54930.3090
Hunter Lab35.062249.882415.0130
CIE-Lab41.679057.683224.9100

#ba283d color RGB value is (186,40,61).

#ba283d hex color red value is 186, green value is 40 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ba283d hue: 0.98 , saturation: 0.65 and the lightness value of ba283d is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101000 00111101
Octal 272 50 75
Decimal 186 40 61
Hex BA 28 3D

RGB Percentages of Color #ba283d

%64.81
%13.94
%21.25

CMYK Percentages of Color #ba283d

%0
%78
%67
%27

Triadic Colors of #ba283d

#ba283d #3dba28 #283dba

Analogous Colors of #ba283d

#ba283d #ba5c28 #ba2886

Monochromatic Colors of #ba283d

#ba283d

Complementary Color

#ba283d #28baa5

#ba283d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba283d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba283d Color CSS Codes

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

#ba283d Text Font Color

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

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


#ba283d Background Color

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

This div background color is #ba283d


#ba283d Border Color

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

This div border color is #ba283d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,40,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 #ba283d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba283d


Comments

No comments written yet.

Please login to write comment.