Color Hex Logo

#ba6cae Color Hex

#BA6CAE
(186,108,174)
0 Favorites   0 Comments

Color spaces of #ba6cae

RGB 186108174
HSL0.860.360.58
HSV309°42°73°
CMYK 0.000.420.06   0.27
XYZ33.252224.220242.9668
Yxy24.22020.33110.2411
Hunter Lab49.214034.4817-17.3139
CIE-Lab56.307640.6440-22.0287

#ba6cae color RGB value is (186,108,174).

#ba6cae hex color red value is 186, green value is 108 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ba6cae hue: 0.86 , saturation: 0.36 and the lightness value of ba6cae is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101100 10101110
Octal 272 154 256
Decimal 186 108 174
Hex BA 6C AE

RGB Percentages of Color #ba6cae

%39.74
%23.08
%37.18

CMYK Percentages of Color #ba6cae

%0
%42
%6
%27

Triadic Colors of #ba6cae

#ba6cae #aeba6c #6caeba

Analogous Colors of #ba6cae

#ba6cae #ba6c87 #9f6cba

Monochromatic Colors of #ba6cae

#ba6cae

Complementary Color

#ba6cae #6cba78

#ba6cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6cae Color CSS Codes

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

#ba6cae Text Font Color

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

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


#ba6cae Background Color

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

This div background color is #ba6cae


#ba6cae Border Color

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

This div border color is #ba6cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6cae


Comments

No comments written yet.

Please login to write comment.