Color Hex Logo

#ba606a Color Hex

#BA606A
(186,96,106)
0 Favorites   0 Comments

Color spaces of #ba606a

RGB 18696106
HSL0.980.390.55
HSV353°48°73°
CMYK 0.000.480.43   0.27
XYZ27.034119.845516.0414
Yxy19.84550.42970.3154
Hunter Lab44.548330.36319.8341
CIE-Lab51.662137.175311.0279

#ba606a color RGB value is (186,96,106).

#ba606a hex color red value is 186, green value is 96 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ba606a hue: 0.98 , saturation: 0.39 and the lightness value of ba606a is 0.55.

The process color (four color CMYK) of #ba606a color hex is 0.00, 0.48, 0.43, 0.27. Web safe color of #ba606a is #cc6666. Color #ba606a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100000 01101010
Octal 272 140 152
Decimal 186 96 106
Hex BA 60 6A

RGB Percentages of Color #ba606a

%47.94
%24.74
%27.32

CMYK Percentages of Color #ba606a

%0
%48
%43
%27

Triadic Colors of #ba606a

#ba606a #6aba60 #606aba

Analogous Colors of #ba606a

#ba606a #ba8360 #ba6097

Monochromatic Colors of #ba606a

#ba606a

Complementary Color

#ba606a #60bab0

#ba606a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba606a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba606a Color CSS Codes

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

#ba606a Text Font Color

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

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


#ba606a Background Color

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

This div background color is #ba606a


#ba606a Border Color

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

This div border color is #ba606a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba606a


Comments

No comments written yet.

Please login to write comment.