Color Hex Logo

#ba719d Color Hex

#BA719D
(186,113,157)
0 Favorites   0 Comments

Color spaces of #ba719d

RGB 186113157
HSL0.900.350.59
HSV324°39°73°
CMYK 0.000.390.16   0.27
XYZ32.240624.683734.9634
Yxy24.68370.35090.2686
Hunter Lab49.682728.8893-6.9465
CIE-Lab56.765935.0588-11.4975

#ba719d color RGB value is (186,113,157).

#ba719d hex color red value is 186, green value is 113 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ba719d hue: 0.90 , saturation: 0.35 and the lightness value of ba719d is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110001 10011101
Octal 272 161 235
Decimal 186 113 157
Hex BA 71 9D

RGB Percentages of Color #ba719d

%40.79
%24.78
%34.43

CMYK Percentages of Color #ba719d

%0
%39
%16
%27

Triadic Colors of #ba719d

#ba719d #9dba71 #719dba

Analogous Colors of #ba719d

#ba719d #ba7179 #b371ba

Monochromatic Colors of #ba719d

#ba719d

Complementary Color

#ba719d #71ba8e

#ba719d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba719d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba719d Color CSS Codes

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

#ba719d Text Font Color

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

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


#ba719d Background Color

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

This div background color is #ba719d


#ba719d Border Color

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

This div border color is #ba719d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba719d


Comments

No comments written yet.

Please login to write comment.