Color Hex Logo

#ba92ad Color Hex

#BA92AD
(186,146,173)
0 Favorites   0 Comments

Color spaces of #ba92ad

RGB 186146173
HSL0.890.220.65
HSV320°22°73°
CMYK 0.000.220.07   0.27
XYZ38.071434.014044.0939
Yxy34.01400.32770.2928
Hunter Lab58.321514.4594-4.0011
CIE-Lab64.973719.5485-8.3588

#ba92ad color RGB value is (186,146,173).

#ba92ad hex color red value is 186, green value is 146 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ba92ad hue: 0.89 , saturation: 0.22 and the lightness value of ba92ad is 0.65.

The process color (four color CMYK) of #ba92ad color hex is 0.00, 0.22, 0.07, 0.27. Web safe color of #ba92ad is #cc9999. Color #ba92ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010010 10101101
Octal 272 222 255
Decimal 186 146 173
Hex BA 92 AD

RGB Percentages of Color #ba92ad

%36.83
%28.91
%34.26

CMYK Percentages of Color #ba92ad

%0
%22
%7
%27

Triadic Colors of #ba92ad

#ba92ad #adba92 #92adba

Analogous Colors of #ba92ad

#ba92ad #ba9299 #b392ba

Monochromatic Colors of #ba92ad

#ba92ad

Complementary Color

#ba92ad #92ba9f

#ba92ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba92ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba92ad Color CSS Codes

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

#ba92ad Text Font Color

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

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


#ba92ad Background Color

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

This div background color is #ba92ad


#ba92ad Border Color

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

This div border color is #ba92ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba92ad


Comments

No comments written yet.

Please login to write comment.