Color Hex Logo

#ba7ab7 Color Hex

#BA7AB7
(186,122,183)
0 Favorites   0 Comments

Color spaces of #ba7ab7

RGB 186122183
HSL0.840.320.60
HSV303°34°73°
CMYK 0.000.340.02   0.27
XYZ35.756527.777148.2767
Yxy27.77710.31980.2484
Hunter Lab52.704028.8696-17.4167
CIE-Lab59.686834.7097-22.0123

#ba7ab7 color RGB value is (186,122,183).

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

The process color (four color CMYK) of #ba7ab7 color hex is 0.00, 0.34, 0.02, 0.27. Web safe color of #ba7ab7 is #cc66cc. Color #ba7ab7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111010 10110111
Octal 272 172 267
Decimal 186 122 183
Hex BA 7A B7

RGB Percentages of Color #ba7ab7

%37.88
%24.85
%37.27

CMYK Percentages of Color #ba7ab7

%0
%34
%2
%27

Triadic Colors of #ba7ab7

#ba7ab7 #b7ba7a #7ab7ba

Analogous Colors of #ba7ab7

#ba7ab7 #ba7a97 #9d7aba

Monochromatic Colors of #ba7ab7

#ba7ab7

Complementary Color

#ba7ab7 #7aba7d

#ba7ab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7ab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7ab7 Color CSS Codes

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

#ba7ab7 Text Font Color

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

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


#ba7ab7 Background Color

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

This div background color is #ba7ab7


#ba7ab7 Border Color

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

This div border color is #ba7ab7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7ab7


Comments

No comments written yet.

Please login to write comment.