Color Hex Logo

#ba96af Color Hex

#BA96AF
(186,150,175)
0 Favorites   0 Comments

Color spaces of #ba96af

RGB 186150175
HSL0.880.210.66
HSV318°19°73°
CMYK 0.000.190.06   0.27
XYZ38.893935.346945.3302
Yxy35.34690.32530.2956
Hunter Lab59.453312.7302-3.5884
CIE-Lab66.017917.6831-7.9286

#ba96af color RGB value is (186,150,175).

#ba96af hex color red value is 186, green value is 150 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ba96af hue: 0.88 , saturation: 0.21 and the lightness value of ba96af is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010110 10101111
Octal 272 226 257
Decimal 186 150 175
Hex BA 96 AF

RGB Percentages of Color #ba96af

%36.40
%29.35
%34.25

CMYK Percentages of Color #ba96af

%0
%19
%6
%27

Triadic Colors of #ba96af

#ba96af #afba96 #96afba

Analogous Colors of #ba96af

#ba96af #ba969d #b396ba

Monochromatic Colors of #ba96af

#ba96af

Complementary Color

#ba96af #96baa1

#ba96af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba96af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba96af Color CSS Codes

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

#ba96af Text Font Color

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

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


#ba96af Background Color

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

This div background color is #ba96af


#ba96af Border Color

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

This div border color is #ba96af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba96af


Comments

No comments written yet.

Please login to write comment.