Color Hex Logo

#ba7ebd Color Hex

#BA7EBD
(186,126,189)
0 Favorites   0 Comments

Color spaces of #ba7ebd

RGB 186126189
HSL0.830.320.62
HSV297°33°74°
CMYK 0.020.330.00   0.26
XYZ36.895929.034951.8038
Yxy29.03490.31340.2466
Hunter Lab53.884027.9268-19.2822
CIE-Lab60.812433.6519-23.6987

#ba7ebd color RGB value is (186,126,189).

#ba7ebd hex color red value is 186, green value is 126 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ba7ebd hue: 0.83 , saturation: 0.32 and the lightness value of ba7ebd is 0.62.

The process color (four color CMYK) of #ba7ebd color hex is 0.02, 0.33, 0.00, 0.26. Web safe color of #ba7ebd is #cc66cc. Color #ba7ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111110 10111101
Octal 272 176 275
Decimal 186 126 189
Hex BA 7E BD

RGB Percentages of Color #ba7ebd

%37.13
%25.15
%37.72

CMYK Percentages of Color #ba7ebd

%2
%33
%0
%26

Triadic Colors of #ba7ebd

#ba7ebd #bdba7e #7ebdba

Analogous Colors of #ba7ebd

#ba7ebd #bd7ea1 #9b7ebd

Monochromatic Colors of #ba7ebd

#ba7ebd

Complementary Color

#ba7ebd #81bd7e

#ba7ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7ebd Color CSS Codes

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

#ba7ebd Text Font Color

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

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


#ba7ebd Background Color

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

This div background color is #ba7ebd


#ba7ebd Border Color

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

This div border color is #ba7ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7ebd


Comments

No comments written yet.

Please login to write comment.