Color Hex Logo

#ba87df Color Hex

#BA87DF
(186,135,223)
0 Favorites   0 Comments

Color spaces of #ba87df

RGB 186135223
HSL0.760.580.70
HSV275°39°87°
CMYK 0.170.390.00   0.13
XYZ42.233033.094873.9740
Yxy33.09480.28290.2217
Hunter Lab57.528130.3678-35.9700
CIE-Lab64.237635.6893-37.4799

#ba87df color RGB value is (186,135,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000111 11011111
Octal 272 207 337
Decimal 186 135 223
Hex BA 87 DF

RGB Percentages of Color #ba87df

%34.19
%24.82
%40.99

CMYK Percentages of Color #ba87df

%17
%39
%0
%13

Triadic Colors of #ba87df

#ba87df #dfba87 #87dfba

Analogous Colors of #ba87df

#ba87df #df87d8 #8e87df

Monochromatic Colors of #ba87df

#ba87df

Complementary Color

#ba87df #acdf87

#ba87df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba87df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba87df Color CSS Codes

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

#ba87df Text Font Color

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

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


#ba87df Background Color

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

This div background color is #ba87df


#ba87df Border Color

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

This div border color is #ba87df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba87df


Comments

No comments written yet.

Please login to write comment.