Color Hex Logo

#ba637a Color Hex

#BA637A
(186,99,122)
0 Favorites   0 Comments

Color spaces of #ba637a

RGB 18699122
HSL0.960.390.56
HSV344°47°73°
CMYK 0.000.470.34   0.27
XYZ28.224420.767920.9334
Yxy20.76790.40360.2970
Hunter Lab45.571830.80134.6654
CIE-Lab52.694537.48193.0076

#ba637a color RGB value is (186,99,122).

#ba637a hex color red value is 186, green value is 99 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ba637a hue: 0.96 , saturation: 0.39 and the lightness value of ba637a is 0.56.

The process color (four color CMYK) of #ba637a color hex is 0.00, 0.47, 0.34, 0.27. Web safe color of #ba637a is #cc6666. Color #ba637a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100011 01111010
Octal 272 143 172
Decimal 186 99 122
Hex BA 63 7A

RGB Percentages of Color #ba637a

%45.70
%24.32
%29.98

CMYK Percentages of Color #ba637a

%0
%47
%34
%27

Triadic Colors of #ba637a

#ba637a #7aba63 #637aba

Analogous Colors of #ba637a

#ba637a #ba7863 #ba63a6

Monochromatic Colors of #ba637a

#ba637a

Complementary Color

#ba637a #63baa3

#ba637a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba637a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba637a Color CSS Codes

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

#ba637a Text Font Color

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

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


#ba637a Background Color

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

This div background color is #ba637a


#ba637a Border Color

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

This div border color is #ba637a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba637a


Comments

No comments written yet.

Please login to write comment.