Color Hex Logo

#ba83af Color Hex

#BA83AF
(186,131,175)
0 Favorites   0 Comments

Color spaces of #ba83af

RGB 186131175
HSL0.870.280.62
HSV312°30°73°
CMYK 0.000.300.06   0.27
XYZ36.103929.766844.4001
Yxy29.76680.32740.2699
Hunter Lab54.559022.6426-10.0590
CIE-Lab61.452528.2642-14.7715

#ba83af color RGB value is (186,131,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000011 10101111
Octal 272 203 257
Decimal 186 131 175
Hex BA 83 AF

RGB Percentages of Color #ba83af

%37.80
%26.63
%35.57

CMYK Percentages of Color #ba83af

%0
%30
%6
%27

Triadic Colors of #ba83af

#ba83af #afba83 #83afba

Analogous Colors of #ba83af

#ba83af #ba8394 #aa83ba

Monochromatic Colors of #ba83af

#ba83af

Complementary Color

#ba83af #83ba8e

#ba83af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba83af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba83af Color CSS Codes

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

#ba83af Text Font Color

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

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


#ba83af Background Color

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

This div background color is #ba83af


#ba83af Border Color

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

This div border color is #ba83af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba83af


Comments

No comments written yet.

Please login to write comment.