Color Hex Logo

#ba82ab Color Hex

#BA82AB
(186,130,171)
0 Favorites   0 Comments

Color spaces of #ba82ab

RGB 186130171
HSL0.880.290.62
HSV316°30°73°
CMYK 0.000.300.08   0.27
XYZ35.583029.344642.3167
Yxy29.34460.33180.2736
Hunter Lab54.170722.4524-8.3963
CIE-Lab61.084628.1002-13.0489

#ba82ab color RGB value is (186,130,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000010 10101011
Octal 272 202 253
Decimal 186 130 171
Hex BA 82 AB

RGB Percentages of Color #ba82ab

%38.19
%26.69
%35.11

CMYK Percentages of Color #ba82ab

%0
%30
%8
%27

Triadic Colors of #ba82ab

#ba82ab #abba82 #82abba

Analogous Colors of #ba82ab

#ba82ab #ba828f #ad82ba

Monochromatic Colors of #ba82ab

#ba82ab

Complementary Color

#ba82ab #82ba91

#ba82ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba82ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba82ab Color CSS Codes

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

#ba82ab Text Font Color

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

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


#ba82ab Background Color

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

This div background color is #ba82ab


#ba82ab Border Color

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

This div border color is #ba82ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba82ab


Comments

No comments written yet.

Please login to write comment.