Color Hex Logo

#ba6fac Color Hex

#BA6FAC
(186,111,172)
0 Favorites   0 Comments

Color spaces of #ba6fac

RGB 186111172
HSL0.860.350.58
HSV311°40°73°
CMYK 0.000.400.08   0.27
XYZ33.380524.786542.0547
Yxy24.78650.33310.2473
Hunter Lab49.786032.5549-15.2325
CIE-Lab56.866838.6861-20.0190

#ba6fac color RGB value is (186,111,172).

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

The process color (four color CMYK) of #ba6fac color hex is 0.00, 0.40, 0.08, 0.27. Web safe color of #ba6fac is #cc6699. Color #ba6fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101111 10101100
Octal 272 157 254
Decimal 186 111 172
Hex BA 6F AC

RGB Percentages of Color #ba6fac

%39.66
%23.67
%36.67

CMYK Percentages of Color #ba6fac

%0
%40
%8
%27

Triadic Colors of #ba6fac

#ba6fac #acba6f #6facba

Analogous Colors of #ba6fac

#ba6fac #ba6f87 #a36fba

Monochromatic Colors of #ba6fac

#ba6fac

Complementary Color

#ba6fac #6fba7d

#ba6fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6fac Color CSS Codes

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

#ba6fac Text Font Color

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

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


#ba6fac Background Color

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

This div background color is #ba6fac


#ba6fac Border Color

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

This div border color is #ba6fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6fac


Comments

No comments written yet.

Please login to write comment.