Color Hex Logo

#ba799b Color Hex

#BA799B
(186,121,155)
0 Favorites   0 Comments

Color spaces of #ba799b

RGB 186121155
HSL0.910.320.60
HSV329°35°73°
CMYK 0.000.350.17   0.27
XYZ33.003526.480434.3821
Yxy26.48040.35160.2821
Hunter Lab51.459124.4282-3.5929
CIE-Lab58.490330.3554-7.7613

#ba799b color RGB value is (186,121,155).

#ba799b hex color red value is 186, green value is 121 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ba799b hue: 0.91 , saturation: 0.32 and the lightness value of ba799b is 0.60.

The process color (four color CMYK) of #ba799b color hex is 0.00, 0.35, 0.17, 0.27. Web safe color of #ba799b is #cc6699. Color #ba799b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111001 10011011
Octal 272 171 233
Decimal 186 121 155
Hex BA 79 9B

RGB Percentages of Color #ba799b

%40.26
%26.19
%33.55

CMYK Percentages of Color #ba799b

%0
%35
%17
%27

Triadic Colors of #ba799b

#ba799b #9bba79 #799bba

Analogous Colors of #ba799b

#ba799b #ba797b #b979ba

Monochromatic Colors of #ba799b

#ba799b

Complementary Color

#ba799b #79ba98

#ba799b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba799b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba799b Color CSS Codes

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

#ba799b Text Font Color

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

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


#ba799b Background Color

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

This div background color is #ba799b


#ba799b Border Color

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

This div border color is #ba799b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba799b


Comments

No comments written yet.

Please login to write comment.