Color Hex Logo

#ba87fc Color Hex

#BA87FC
(186,135,252)
0 Favorites   0 Comments

Color spaces of #ba87fc

RGB 186135252
HSL0.740.950.76
HSV266°46°99°
CMYK 0.260.460.00   0.01
XYZ46.484434.795396.3616
Yxy34.79530.26170.1959
Hunter Lab58.987537.4365-55.5644
CIE-Lab65.589042.2599-51.3485

#ba87fc color RGB value is (186,135,252).

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

The process color (four color CMYK) of #ba87fc color hex is 0.26, 0.46, 0.00, 0.01. Web safe color of #ba87fc is #cc99ff. Color #ba87fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000111 11111100
Octal 272 207 374
Decimal 186 135 252
Hex BA 87 FC

RGB Percentages of Color #ba87fc

%32.46
%23.56
%43.98

CMYK Percentages of Color #ba87fc

%26
%46
%0
%1

Triadic Colors of #ba87fc

#ba87fc #fcba87 #87fcba

Analogous Colors of #ba87fc

#ba87fc #f587fc #878ffc

Monochromatic Colors of #ba87fc

#ba87fc

Complementary Color

#ba87fc #c9fc87

#ba87fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba87fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba87fc Color CSS Codes

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

#ba87fc Text Font Color

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

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


#ba87fc Background Color

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

This div background color is #ba87fc


#ba87fc Border Color

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

This div border color is #ba87fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba87fc

Related Colors


Comments

No comments written yet.

Please login to write comment.