Color Hex Logo

#862ada Color Hex

#862ADA
(134,42,218)
0 Favorites   0 Comments

Color spaces of #862ada

RGB 13442218
HSL0.750.700.51
HSV271°81°85°
CMYK 0.390.810.00   0.15
XYZ23.314411.786267.3758
Yxy11.78620.22750.1150
Hunter Lab34.331061.1410-92.3269
CIE-Lab40.874367.8433-72.3703

#862ada color RGB value is (134,42,218).

#862ada hex color red value is 134, green value is 42 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #862ada hue: 0.75 , saturation: 0.70 and the lightness value of 862ada is 0.51.

The process color (four color CMYK) of #862ada color hex is 0.39, 0.81, 0.00, 0.15. Web safe color of #862ada is #9933cc. Color #862ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101010 11011010
Octal 206 52 332
Decimal 134 42 218
Hex 86 2A DA

RGB Percentages of Color #862ada

%34.01
%10.66
%55.33

CMYK Percentages of Color #862ada

%39
%81
%0
%15

Triadic Colors of #862ada

#862ada #da862a #2ada86

Analogous Colors of #862ada

#862ada #da2ad6 #2e2ada

Monochromatic Colors of #862ada

#862ada

Complementary Color

#862ada #7eda2a

#862ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#862ada Color CSS Codes

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

#862ada Text Font Color

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

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


#862ada Background Color

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

This div background color is #862ada


#862ada Border Color

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

This div border color is #862ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862ada


Comments

No comments written yet.

Please login to write comment.