Color Hex Logo

#ba8ddf Color Hex

#BA8DDF
(186,141,223)
0 Favorites   0 Comments

Color spaces of #ba8ddf

RGB 186141223
HSL0.760.560.71
HSV273°37°87°
CMYK 0.170.370.00   0.13
XYZ43.093934.816674.2610
Yxy34.81660.28320.2288
Hunter Lab59.005627.1052-33.3150
CIE-Lab65.605632.3677-35.3483

#ba8ddf color RGB value is (186,141,223).

#ba8ddf hex color red value is 186, green value is 141 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ba8ddf hue: 0.76 , saturation: 0.56 and the lightness value of ba8ddf is 0.71.

The process color (four color CMYK) of #ba8ddf color hex is 0.17, 0.37, 0.00, 0.13. Web safe color of #ba8ddf is #cc99cc. Color #ba8ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001101 11011111
Octal 272 215 337
Decimal 186 141 223
Hex BA 8D DF

RGB Percentages of Color #ba8ddf

%33.82
%25.64
%40.55

CMYK Percentages of Color #ba8ddf

%17
%37
%0
%13

Triadic Colors of #ba8ddf

#ba8ddf #dfba8d #8ddfba

Analogous Colors of #ba8ddf

#ba8ddf #df8ddb #918ddf

Monochromatic Colors of #ba8ddf

#ba8ddf

Complementary Color

#ba8ddf #b2df8d

#ba8ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8ddf Color CSS Codes

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

#ba8ddf Text Font Color

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

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


#ba8ddf Background Color

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

This div background color is #ba8ddf


#ba8ddf Border Color

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

This div border color is #ba8ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8ddf


Comments

No comments written yet.

Please login to write comment.