Color Hex Logo

#861ed5 Color Hex

#861ED5
(134,30,213)
0 Favorites   0 Comments

Color spaces of #861ed5

RGB 13430213
HSL0.760.750.48
HSV274°86°84°
CMYK 0.370.860.00   0.16
XYZ22.306010.801063.8599
Yxy10.80100.23000.1114
Hunter Lab32.864963.6377-92.2013
CIE-Lab39.243370.2944-72.1648

#861ed5 color RGB value is (134,30,213).

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

The process color (four color CMYK) of #861ed5 color hex is 0.37, 0.86, 0.00, 0.16. Web safe color of #861ed5 is #9933cc. Color #861ed5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00011110 11010101
Octal 206 36 325
Decimal 134 30 213
Hex 86 1E D5

RGB Percentages of Color #861ed5

%35.54
%7.96
%56.50

CMYK Percentages of Color #861ed5

%37
%86
%0
%16

Triadic Colors of #861ed5

#861ed5 #d5861e #1ed586

Analogous Colors of #861ed5

#861ed5 #d51ec9 #2b1ed5

Monochromatic Colors of #861ed5

#861ed5

Complementary Color

#861ed5 #6dd51e

#861ed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#861ed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#861ed5 Color CSS Codes

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

#861ed5 Text Font Color

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

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


#861ed5 Background Color

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

This div background color is #861ed5


#861ed5 Border Color

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

This div border color is #861ed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #861ed5


Comments

No comments written yet.

Please login to write comment.