Color Hex Logo

#ba80ae Color Hex

#BA80AE
(186,128,174)
0 Favorites   0 Comments

Color spaces of #ba80ae

RGB 186128174
HSL0.870.300.62
HSV312°31°73°
CMYK 0.000.310.06   0.27
XYZ35.608928.933443.7523
Yxy28.93340.32880.2672
Hunter Lab53.789824.0351-10.5733
CIE-Lab60.722829.7469-15.3048

#ba80ae color RGB value is (186,128,174).

#ba80ae hex color red value is 186, green value is 128 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ba80ae hue: 0.87 , saturation: 0.30 and the lightness value of ba80ae is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000000 10101110
Octal 272 200 256
Decimal 186 128 174
Hex BA 80 AE

RGB Percentages of Color #ba80ae

%38.11
%26.23
%35.66

CMYK Percentages of Color #ba80ae

%0
%31
%6
%27

Triadic Colors of #ba80ae

#ba80ae #aeba80 #80aeba

Analogous Colors of #ba80ae

#ba80ae #ba8091 #a980ba

Monochromatic Colors of #ba80ae

#ba80ae

Complementary Color

#ba80ae #80ba8c

#ba80ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba80ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba80ae Color CSS Codes

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

#ba80ae Text Font Color

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

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


#ba80ae Background Color

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

This div background color is #ba80ae


#ba80ae Border Color

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

This div border color is #ba80ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba80ae


Comments

No comments written yet.

Please login to write comment.