Color Hex Logo

#ba214d Color Hex

#BA214D
(186,33,77)
0 Favorites   0 Comments

Color spaces of #ba214d

RGB 1863377
HSL0.950.700.43
HSV343°82°73°
CMYK 0.000.820.59   0.27
XYZ22.133112.06268.1830
Yxy12.06260.52230.2846
Hunter Lab34.731352.972610.3426
CIE-Lab41.315460.563614.4187

#ba214d color RGB value is (186,33,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100001 01001101
Octal 272 41 115
Decimal 186 33 77
Hex BA 21 4D

RGB Percentages of Color #ba214d

%62.84
%11.15
%26.01

CMYK Percentages of Color #ba214d

%0
%82
%59
%27

Triadic Colors of #ba214d

#ba214d #4dba21 #214dba

Analogous Colors of #ba214d

#ba214d #ba4221 #ba219a

Monochromatic Colors of #ba214d

#ba214d

Complementary Color

#ba214d #21ba8e

#ba214d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba214d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba214d Color CSS Codes

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

#ba214d Text Font Color

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

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


#ba214d Background Color

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

This div background color is #ba214d


#ba214d Border Color

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

This div border color is #ba214d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba214d


Comments

No comments written yet.

Please login to write comment.