Color Hex Logo

#ba9ebd Color Hex

#BA9EBD
(186,158,189)
0 Favorites   0 Comments

Color spaces of #ba9ebd

RGB 186158189
HSL0.820.190.68
HSV294°16°74°
CMYK 0.020.160.00   0.26
XYZ41.661938.566953.3925
Yxy38.56690.31180.2886
Hunter Lab62.102311.0695-7.5031
CIE-Lab68.436415.8635-12.1340

#ba9ebd color RGB value is (186,158,189).

#ba9ebd hex color red value is 186, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ba9ebd hue: 0.82 , saturation: 0.19 and the lightness value of ba9ebd is 0.68.

The process color (four color CMYK) of #ba9ebd color hex is 0.02, 0.16, 0.00, 0.26. Web safe color of #ba9ebd is #cc99cc. Color #ba9ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011110 10111101
Octal 272 236 275
Decimal 186 158 189
Hex BA 9E BD

RGB Percentages of Color #ba9ebd

%34.90
%29.64
%35.46

CMYK Percentages of Color #ba9ebd

%2
%16
%0
%26

Triadic Colors of #ba9ebd

#ba9ebd #bdba9e #9ebdba

Analogous Colors of #ba9ebd

#ba9ebd #bd9eb1 #ab9ebd

Monochromatic Colors of #ba9ebd

#ba9ebd

Complementary Color

#ba9ebd #a1bd9e

#ba9ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9ebd Color CSS Codes

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

#ba9ebd Text Font Color

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

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


#ba9ebd Background Color

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

This div background color is #ba9ebd


#ba9ebd Border Color

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

This div border color is #ba9ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9ebd


Comments

No comments written yet.

Please login to write comment.