Color Hex Logo

#ba76ba Color Hex

#BA76BA
(186,118,186)
0 Favorites   0 Comments

Color spaces of #ba76ba

RGB 186118186
HSL0.830.330.60
HSV300°37°73°
CMYK 0.000.370.00   0.27
XYZ35.591126.941149.7787
Yxy26.94110.31690.2399
Hunter Lab51.904831.5639-20.5280
CIE-Lab58.919837.4585-24.9003

#ba76ba color RGB value is (186,118,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110110 10111010
Octal 272 166 272
Decimal 186 118 186
Hex BA 76 BA

RGB Percentages of Color #ba76ba

%37.96
%24.08
%37.96

CMYK Percentages of Color #ba76ba

%0
%37
%0
%27

Triadic Colors of #ba76ba

#ba76ba #baba76 #76baba

Analogous Colors of #ba76ba

#ba76ba #ba7698 #9876ba

Monochromatic Colors of #ba76ba

#ba76ba

Complementary Color

#ba76ba #76ba76

#ba76ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba76ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba76ba Color CSS Codes

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

#ba76ba Text Font Color

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

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


#ba76ba Background Color

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

This div background color is #ba76ba


#ba76ba Border Color

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

This div border color is #ba76ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba76ba


Comments

No comments written yet.

Please login to write comment.