Color Hex Logo

#ba87dc Color Hex

#BA87DC
(186,135,220)
0 Favorites   0 Comments

Color spaces of #ba87dc

RGB 186135220
HSL0.770.550.70
HSV276°39°86°
CMYK 0.150.390.00   0.14
XYZ41.831932.934471.8623
Yxy32.93440.28530.2246
Hunter Lab57.388529.6832-34.0714
CIE-Lab64.107835.0372-36.0145

#ba87dc color RGB value is (186,135,220).

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

The process color (four color CMYK) of #ba87dc color hex is 0.15, 0.39, 0.00, 0.14. Web safe color of #ba87dc is #cc99cc. Color #ba87dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000111 11011100
Octal 272 207 334
Decimal 186 135 220
Hex BA 87 DC

RGB Percentages of Color #ba87dc

%34.38
%24.95
%40.67

CMYK Percentages of Color #ba87dc

%15
%39
%0
%14

Triadic Colors of #ba87dc

#ba87dc #dcba87 #87dcba

Analogous Colors of #ba87dc

#ba87dc #dc87d4 #9087dc

Monochromatic Colors of #ba87dc

#ba87dc

Complementary Color

#ba87dc #a9dc87

#ba87dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba87dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba87dc Color CSS Codes

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

#ba87dc Text Font Color

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

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


#ba87dc Background Color

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

This div background color is #ba87dc


#ba87dc Border Color

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

This div border color is #ba87dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba87dc


Comments

No comments written yet.

Please login to write comment.