Color Hex Logo

#ba637c Color Hex

#BA637C
(186,99,124)
0 Favorites   0 Comments

Color spaces of #ba637c

RGB 18699124
HSL0.950.390.56
HSV343°47°73°
CMYK 0.000.470.33   0.27
XYZ28.349620.818021.5929
Yxy20.81800.40060.2942
Hunter Lab45.626731.06193.8797
CIE-Lab52.749737.73651.9031

#ba637c color RGB value is (186,99,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100011 01111100
Octal 272 143 174
Decimal 186 99 124
Hex BA 63 7C

RGB Percentages of Color #ba637c

%45.48
%24.21
%30.32

CMYK Percentages of Color #ba637c

%0
%47
%33
%27

Triadic Colors of #ba637c

#ba637c #7cba63 #637cba

Analogous Colors of #ba637c

#ba637c #ba7663 #ba63a8

Monochromatic Colors of #ba637c

#ba637c

Complementary Color

#ba637c #63baa1

#ba637c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba637c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba637c Color CSS Codes

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

#ba637c Text Font Color

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

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


#ba637c Background Color

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

This div background color is #ba637c


#ba637c Border Color

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

This div border color is #ba637c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba637c


Comments

No comments written yet.

Please login to write comment.