Color Hex Logo

#ba83ad Color Hex

#BA83AD
(186,131,173)
0 Favorites   0 Comments

Color spaces of #ba83ad

RGB 186131173
HSL0.870.280.62
HSV314°30°73°
CMYK 0.000.300.07   0.27
XYZ35.908829.688843.3731
Yxy29.68880.32950.2724
Hunter Lab54.487422.2837-9.0548
CIE-Lab61.384827.9026-13.7358

#ba83ad color RGB value is (186,131,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000011 10101101
Octal 272 203 255
Decimal 186 131 173
Hex BA 83 AD

RGB Percentages of Color #ba83ad

%37.96
%26.73
%35.31

CMYK Percentages of Color #ba83ad

%0
%30
%7
%27

Triadic Colors of #ba83ad

#ba83ad #adba83 #83adba

Analogous Colors of #ba83ad

#ba83ad #ba8392 #ac83ba

Monochromatic Colors of #ba83ad

#ba83ad

Complementary Color

#ba83ad #83ba90

#ba83ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba83ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba83ad Color CSS Codes

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

#ba83ad Text Font Color

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

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


#ba83ad Background Color

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

This div background color is #ba83ad


#ba83ad Border Color

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

This div border color is #ba83ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba83ad


Comments

No comments written yet.

Please login to write comment.