Color Hex Logo

#861efa Color Hex

#861EFA
(134,30,250)
0 Favorites   0 Comments

Color spaces of #861efa

RGB 13430250
HSL0.750.960.55
HSV268°88°98°
CMYK 0.460.880.00   0.02
XYZ27.551112.899091.4801
Yxy12.89900.20880.0978
Hunter Lab35.915274.0786-125.8778
CIE-Lab42.610778.2730-87.6675

#861efa color RGB value is (134,30,250).

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

The process color (four color CMYK) of #861efa color hex is 0.46, 0.88, 0.00, 0.02. Web safe color of #861efa is #9933ff. Color #861efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00011110 11111010
Octal 206 36 372
Decimal 134 30 250
Hex 86 1E FA

RGB Percentages of Color #861efa

%32.37
%7.25
%60.39

CMYK Percentages of Color #861efa

%46
%88
%0
%2

Triadic Colors of #861efa

#861efa #fa861e #1efa86

Analogous Colors of #861efa

#861efa #f41efa #1e24fa

Monochromatic Colors of #861efa

#861efa

Complementary Color

#861efa #92fa1e

#861efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#861efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#861efa Color CSS Codes

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

#861efa Text Font Color

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

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


#861efa Background Color

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

This div background color is #861efa


#861efa Border Color

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

This div border color is #861efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,30,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 #861efa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #861efa


Comments

No comments written yet.

Please login to write comment.