Color Hex Logo

#ba85ab Color Hex

#BA85AB
(186,133,171)
0 Favorites   0 Comments

Color spaces of #ba85ab

RGB 186133171
HSL0.880.280.63
HSV317°28°73°
CMYK 0.000.280.08   0.27
XYZ35.987930.154442.4517
Yxy30.15440.33140.2777
Hunter Lab54.913020.8843-7.3963
CIE-Lab61.787226.4332-11.9925

#ba85ab color RGB value is (186,133,171).

#ba85ab hex color red value is 186, green value is 133 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ba85ab hue: 0.88 , saturation: 0.28 and the lightness value of ba85ab is 0.63.

The process color (four color CMYK) of #ba85ab color hex is 0.00, 0.28, 0.08, 0.27. Web safe color of #ba85ab is #cc9999. Color #ba85ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000101 10101011
Octal 272 205 253
Decimal 186 133 171
Hex BA 85 AB

RGB Percentages of Color #ba85ab

%37.96
%27.14
%34.90

CMYK Percentages of Color #ba85ab

%0
%28
%8
%27

Triadic Colors of #ba85ab

#ba85ab #abba85 #85abba

Analogous Colors of #ba85ab

#ba85ab #ba8591 #af85ba

Monochromatic Colors of #ba85ab

#ba85ab

Complementary Color

#ba85ab #85ba94

#ba85ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba85ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba85ab Color CSS Codes

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

#ba85ab Text Font Color

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

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


#ba85ab Background Color

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

This div background color is #ba85ab


#ba85ab Border Color

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

This div border color is #ba85ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba85ab


Comments

No comments written yet.

Please login to write comment.