Color Hex Logo

#ba9dde Color Hex

#BA9DDE
(186,157,222)
0 Favorites   0 Comments

Color spaces of #ba9dde

RGB 186157222
HSL0.740.500.74
HSV267°29°87°
CMYK 0.160.290.00   0.13
XYZ45.491539.827074.3970
Yxy39.82700.28480.2494
Hunter Lab63.108618.2306-25.7193
CIE-Lab69.346123.2403-29.0065

#ba9dde color RGB value is (186,157,222).

#ba9dde hex color red value is 186, green value is 157 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ba9dde hue: 0.74 , saturation: 0.50 and the lightness value of ba9dde is 0.74.

The process color (four color CMYK) of #ba9dde color hex is 0.16, 0.29, 0.00, 0.13. Web safe color of #ba9dde is #cc99cc. Color #ba9dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011101 11011110
Octal 272 235 336
Decimal 186 157 222
Hex BA 9D DE

RGB Percentages of Color #ba9dde

%32.92
%27.79
%39.29

CMYK Percentages of Color #ba9dde

%16
%29
%0
%13

Triadic Colors of #ba9dde

#ba9dde #deba9d #9ddeba

Analogous Colors of #ba9dde

#ba9dde #db9dde #9da1de

Monochromatic Colors of #ba9dde

#ba9dde

Complementary Color

#ba9dde #c1de9d

#ba9dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9dde Color CSS Codes

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

#ba9dde Text Font Color

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

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


#ba9dde Background Color

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

This div background color is #ba9dde


#ba9dde Border Color

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

This div border color is #ba9dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9dde


Comments

No comments written yet.

Please login to write comment.