Color Hex Logo

#ba657c Color Hex

#BA657C
(186,101,124)
0 Favorites   0 Comments

Color spaces of #ba657c

RGB 186101124
HSL0.950.380.56
HSV344°46°73°
CMYK 0.000.460.33   0.27
XYZ28.541521.201721.6568
Yxy21.20170.39970.2969
Hunter Lab46.045330.06524.3454
CIE-Lab53.169536.67912.5120

#ba657c color RGB value is (186,101,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100101 01111100
Octal 272 145 174
Decimal 186 101 124
Hex BA 65 7C

RGB Percentages of Color #ba657c

%45.26
%24.57
%30.17

CMYK Percentages of Color #ba657c

%0
%46
%33
%27

Triadic Colors of #ba657c

#ba657c #7cba65 #657cba

Analogous Colors of #ba657c

#ba657c #ba7965 #ba65a7

Monochromatic Colors of #ba657c

#ba657c

Complementary Color

#ba657c #65baa3

#ba657c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba657c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba657c Color CSS Codes

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

#ba657c Text Font Color

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

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


#ba657c Background Color

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

This div background color is #ba657c


#ba657c Border Color

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

This div border color is #ba657c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,101,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 #ba657c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba657c


Comments

No comments written yet.

Please login to write comment.