Color Hex Logo

#ba6eaf Color Hex

#BA6EAF
(186,110,175)
0 Favorites   0 Comments

Color spaces of #ba6eaf

RGB 186110175
HSL0.860.360.58
HSV309°41°73°
CMYK 0.000.410.06   0.27
XYZ33.563524.686143.5533
Yxy24.68610.32970.2425
Hunter Lab49.685133.6322-17.1932
CIE-Lab56.768339.7542-21.8988

#ba6eaf color RGB value is (186,110,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101110 10101111
Octal 272 156 257
Decimal 186 110 175
Hex BA 6E AF

RGB Percentages of Color #ba6eaf

%39.49
%23.35
%37.15

CMYK Percentages of Color #ba6eaf

%0
%41
%6
%27

Triadic Colors of #ba6eaf

#ba6eaf #afba6e #6eafba

Analogous Colors of #ba6eaf

#ba6eaf #ba6e89 #9f6eba

Monochromatic Colors of #ba6eaf

#ba6eaf

Complementary Color

#ba6eaf #6eba79

#ba6eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6eaf Color CSS Codes

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

#ba6eaf Text Font Color

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

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


#ba6eaf Background Color

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

This div background color is #ba6eaf


#ba6eaf Border Color

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

This div border color is #ba6eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6eaf


Comments

No comments written yet.

Please login to write comment.