Color Hex Logo

#ba94af Color Hex

#BA94AF
(186,148,175)
0 Favorites   0 Comments

Color spaces of #ba94af

RGB 186148175
HSL0.880.220.65
HSV317°20°73°
CMYK 0.000.200.06   0.27
XYZ38.577534.714145.2247
Yxy34.71410.32550.2929
Hunter Lab58.918713.7667-4.2667
CIE-Lab65.525518.7961-8.6617

#ba94af color RGB value is (186,148,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010100 10101111
Octal 272 224 257
Decimal 186 148 175
Hex BA 94 AF

RGB Percentages of Color #ba94af

%36.54
%29.08
%34.38

CMYK Percentages of Color #ba94af

%0
%20
%6
%27

Triadic Colors of #ba94af

#ba94af #afba94 #94afba

Analogous Colors of #ba94af

#ba94af #ba949c #b294ba

Monochromatic Colors of #ba94af

#ba94af

Complementary Color

#ba94af #94ba9f

#ba94af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba94af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba94af Color CSS Codes

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

#ba94af Text Font Color

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

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


#ba94af Background Color

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

This div background color is #ba94af


#ba94af Border Color

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

This div border color is #ba94af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba94af


Comments

No comments written yet.

Please login to write comment.