Color Hex Logo

#862afd Color Hex

#862AFD
(134,42,253)
0 Favorites   0 Comments

Color spaces of #862afd

RGB 13442253
HSL0.740.980.58
HSV266°83°99°
CMYK 0.470.830.00   0.01
XYZ28.389113.816194.0990
Yxy13.81610.20830.1014
Hunter Lab37.170071.2843-124.0786
CIE-Lab43.968075.7437-87.1112

#862afd color RGB value is (134,42,253).

#862afd hex color red value is 134, green value is 42 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #862afd hue: 0.74 , saturation: 0.98 and the lightness value of 862afd is 0.58.

The process color (four color CMYK) of #862afd color hex is 0.47, 0.83, 0.00, 0.01. Web safe color of #862afd is #9933ff. Color #862afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101010 11111101
Octal 206 52 375
Decimal 134 42 253
Hex 86 2A FD

RGB Percentages of Color #862afd

%31.24
%9.79
%58.97

CMYK Percentages of Color #862afd

%47
%83
%0
%1

Triadic Colors of #862afd

#862afd #fd862a #2afd86

Analogous Colors of #862afd

#862afd #f02afd #2a37fd

Monochromatic Colors of #862afd

#862afd

Complementary Color

#862afd #a1fd2a

#862afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#862afd Color CSS Codes

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

#862afd Text Font Color

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

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


#862afd Background Color

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

This div background color is #862afd


#862afd Border Color

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

This div border color is #862afd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,42,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #862afd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #862afd;
  -webkit-box-shadow: 1px 1px 3px 2px #862afd;
  box-shadow:         1px 1px 3px 2px #862afd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862afd

Related Colors


Comments

No comments written yet.

Please login to write comment.