Color Hex Logo

#860afa Color Hex

#860AFA
(134,10,250)
0 Favorites   0 Comments

Color spaces of #860afa

RGB 13410250
HSL0.750.960.51
HSV271°96°98°
CMYK 0.460.960.00   0.02
XYZ27.195412.187591.3616
Yxy12.18750.20800.0932
Hunter Lab34.910677.9582-130.7255
CIE-Lab41.512681.5759-89.4793

#860afa color RGB value is (134,10,250).

#860afa hex color red value is 134, green value is 10 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #860afa hue: 0.75 , saturation: 0.96 and the lightness value of 860afa is 0.51.

The process color (four color CMYK) of #860afa color hex is 0.46, 0.96, 0.00, 0.02. Web safe color of #860afa is #9900ff. Color #860afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00001010 11111010
Octal 206 12 372
Decimal 134 10 250
Hex 86 A FA

RGB Percentages of Color #860afa

%34.01
%2.54
%63.45

CMYK Percentages of Color #860afa

%46
%96
%0
%2

Triadic Colors of #860afa

#860afa #fa860a #0afa86

Analogous Colors of #860afa

#860afa #fa0af6 #0e0afa

Monochromatic Colors of #860afa

#860afa

Complementary Color

#860afa #7efa0a

#860afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#860afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#860afa Color CSS Codes

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

#860afa Text Font Color

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

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


#860afa Background Color

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

This div background color is #860afa


#860afa Border Color

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

This div border color is #860afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,10,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #860afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #860afa;
  -webkit-box-shadow: 1px 1px 3px 2px #860afa;
  box-shadow:         1px 1px 3px 2px #860afa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,10,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #860afa


Comments

No comments written yet.

Please login to write comment.