Color Hex Logo

#ba334a Color Hex

#BA334A
(186,51,74)
0 Favorites   0 Comments

Color spaces of #ba334a

RGB 1865174
HSL0.970.570.46
HSV350°73°73°
CMYK 0.000.730.60   0.27
XYZ22.669613.30127.8511
Yxy13.30120.51730.3035
Hunter Lab36.470847.128512.7662
CIE-Lab43.213654.847518.8483

#ba334a color RGB value is (186,51,74).

#ba334a hex color red value is 186, green value is 51 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ba334a hue: 0.97 , saturation: 0.57 and the lightness value of ba334a is 0.46.

The process color (four color CMYK) of #ba334a color hex is 0.00, 0.73, 0.60, 0.27. Web safe color of #ba334a is #cc3333. Color #ba334a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110011 01001010
Octal 272 63 112
Decimal 186 51 74
Hex BA 33 4A

RGB Percentages of Color #ba334a

%59.81
%16.40
%23.79

CMYK Percentages of Color #ba334a

%0
%73
%60
%27

Triadic Colors of #ba334a

#ba334a #4aba33 #334aba

Analogous Colors of #ba334a

#ba334a #ba6033 #ba338e

Monochromatic Colors of #ba334a

#ba334a

Complementary Color

#ba334a #33baa3

#ba334a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba334a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba334a Color CSS Codes

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

#ba334a Text Font Color

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

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


#ba334a Background Color

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

This div background color is #ba334a


#ba334a Border Color

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

This div border color is #ba334a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba334a


Comments

No comments written yet.

Please login to write comment.