Color Hex Logo

#ba7d9d Color Hex

#BA7D9D
(186,125,157)
0 Favorites   0 Comments

Color spaces of #ba7d9d

RGB 186125157
HSL0.910.310.61
HSV329°33°73°
CMYK 0.000.330.16   0.27
XYZ33.669127.540735.4396
Yxy27.54070.34840.2850
Hunter Lab52.479222.6816-3.3035
CIE-Lab59.471528.4727-7.4517

#ba7d9d color RGB value is (186,125,157).

#ba7d9d hex color red value is 186, green value is 125 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ba7d9d hue: 0.91 , saturation: 0.31 and the lightness value of ba7d9d is 0.61.

The process color (four color CMYK) of #ba7d9d color hex is 0.00, 0.33, 0.16, 0.27. Web safe color of #ba7d9d is #cc6699. Color #ba7d9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111101 10011101
Octal 272 175 235
Decimal 186 125 157
Hex BA 7D 9D

RGB Percentages of Color #ba7d9d

%39.74
%26.71
%33.55

CMYK Percentages of Color #ba7d9d

%0
%33
%16
%27

Triadic Colors of #ba7d9d

#ba7d9d #9dba7d #7d9dba

Analogous Colors of #ba7d9d

#ba7d9d #ba7d7f #b97dba

Monochromatic Colors of #ba7d9d

#ba7d9d

Complementary Color

#ba7d9d #7dba9a

#ba7d9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7d9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7d9d Color CSS Codes

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

#ba7d9d Text Font Color

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

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


#ba7d9d Background Color

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

This div background color is #ba7d9d


#ba7d9d Border Color

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

This div border color is #ba7d9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7d9d


Comments

No comments written yet.

Please login to write comment.