Color Hex Logo

#ba83ab Color Hex

#BA83AB
(186,131,171)
0 Favorites   0 Comments

Color spaces of #ba83ab

RGB 186131171
HSL0.880.280.62
HSV316°30°73°
CMYK 0.000.300.08   0.27
XYZ35.716729.612042.3613
Yxy29.61200.33170.2750
Hunter Lab54.416921.9294-8.0630
CIE-Lab61.318027.5448-12.6977

#ba83ab color RGB value is (186,131,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000011 10101011
Octal 272 203 253
Decimal 186 131 171
Hex BA 83 AB

RGB Percentages of Color #ba83ab

%38.11
%26.84
%35.04

CMYK Percentages of Color #ba83ab

%0
%30
%8
%27

Triadic Colors of #ba83ab

#ba83ab #abba83 #83abba

Analogous Colors of #ba83ab

#ba83ab #ba8390 #ae83ba

Monochromatic Colors of #ba83ab

#ba83ab

Complementary Color

#ba83ab #83ba92

#ba83ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba83ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba83ab Color CSS Codes

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

#ba83ab Text Font Color

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

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


#ba83ab Background Color

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

This div background color is #ba83ab


#ba83ab Border Color

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

This div border color is #ba83ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba83ab


Comments

No comments written yet.

Please login to write comment.