Color Hex Logo

#ba6cad Color Hex

#BA6CAD
(186,108,173)
0 Favorites   0 Comments

Color spaces of #ba6cad

RGB 186108173
HSL0.860.360.58
HSV310°42°73°
CMYK 0.000.420.07   0.27
XYZ33.155124.181442.4552
Yxy24.18140.33220.2423
Hunter Lab49.174634.2950-16.7662
CIE-Lab56.269040.4672-21.5107

#ba6cad color RGB value is (186,108,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101100 10101101
Octal 272 154 255
Decimal 186 108 173
Hex BA 6C AD

RGB Percentages of Color #ba6cad

%39.83
%23.13
%37.04

CMYK Percentages of Color #ba6cad

%0
%42
%7
%27

Triadic Colors of #ba6cad

#ba6cad #adba6c #6cadba

Analogous Colors of #ba6cad

#ba6cad #ba6c86 #a06cba

Monochromatic Colors of #ba6cad

#ba6cad

Complementary Color

#ba6cad #6cba79

#ba6cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6cad Color CSS Codes

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

#ba6cad Text Font Color

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

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


#ba6cad Background Color

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

This div background color is #ba6cad


#ba6cad Border Color

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

This div border color is #ba6cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6cad


Comments

No comments written yet.

Please login to write comment.