Color Hex Logo

#ba92af Color Hex

#BA92AF
(186,146,175)
0 Favorites   0 Comments

Color spaces of #ba92af

RGB 186146175
HSL0.880.220.65
HSV317°22°73°
CMYK 0.000.220.06   0.27
XYZ38.266434.092045.1210
Yxy34.09200.32570.2902
Hunter Lab58.388414.8052-4.9459
CIE-Lab65.035519.9101-9.3922

#ba92af color RGB value is (186,146,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010010 10101111
Octal 272 222 257
Decimal 186 146 175
Hex BA 92 AF

RGB Percentages of Color #ba92af

%36.69
%28.80
%34.52

CMYK Percentages of Color #ba92af

%0
%22
%6
%27

Triadic Colors of #ba92af

#ba92af #afba92 #92afba

Analogous Colors of #ba92af

#ba92af #ba929b #b192ba

Monochromatic Colors of #ba92af

#ba92af

Complementary Color

#ba92af #92ba9d

#ba92af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba92af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba92af Color CSS Codes

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

#ba92af Text Font Color

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

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


#ba92af Background Color

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

This div background color is #ba92af


#ba92af Border Color

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

This div border color is #ba92af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba92af


Comments

No comments written yet.

Please login to write comment.