Color Hex Logo

#ba76af Color Hex

#BA76AF
(186,118,175)
0 Favorites   0 Comments

Color spaces of #ba76af

RGB 186118175
HSL0.860.330.60
HSV310°37°73°
CMYK 0.000.370.06   0.27
XYZ34.466026.491143.8542
Yxy26.49110.32880.2528
Hunter Lab51.469529.4590-14.4889
CIE-Lab58.500335.4284-19.2512

#ba76af color RGB value is (186,118,175).

#ba76af hex color red value is 186, green value is 118 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ba76af hue: 0.86 , saturation: 0.33 and the lightness value of ba76af is 0.60.

The process color (four color CMYK) of #ba76af color hex is 0.00, 0.37, 0.06, 0.27. Web safe color of #ba76af is #cc6699. Color #ba76af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110110 10101111
Octal 272 166 257
Decimal 186 118 175
Hex BA 76 AF

RGB Percentages of Color #ba76af

%38.83
%24.63
%36.53

CMYK Percentages of Color #ba76af

%0
%37
%6
%27

Triadic Colors of #ba76af

#ba76af #afba76 #76afba

Analogous Colors of #ba76af

#ba76af #ba768d #a376ba

Monochromatic Colors of #ba76af

#ba76af

Complementary Color

#ba76af #76ba81

#ba76af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba76af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba76af Color CSS Codes

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

#ba76af Text Font Color

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

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


#ba76af Background Color

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

This div background color is #ba76af


#ba76af Border Color

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

This div border color is #ba76af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba76af


Comments

No comments written yet.

Please login to write comment.