Color Hex Logo

#8462ee Color Hex

#8462EE
(132,98,238)
0 Favorites   0 Comments

Color spaces of #8462ee

RGB 13298238
HSL0.710.800.66
HSV255°59°93°
CMYK 0.450.590.00   0.07
XYZ29.316019.813983.1683
Yxy19.81390.22160.1498
Hunter Lab44.512839.6621-79.6192
CIE-Lab51.626146.3332-66.2255

#8462ee color RGB value is (132,98,238).

#8462ee hex color red value is 132, green value is 98 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8462ee hue: 0.71 , saturation: 0.80 and the lightness value of 8462ee is 0.66.

The process color (four color CMYK) of #8462ee color hex is 0.45, 0.59, 0.00, 0.07. Web safe color of #8462ee is #9966ff. Color #8462ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100010 11101110
Octal 204 142 356
Decimal 132 98 238
Hex 84 62 EE

RGB Percentages of Color #8462ee

%28.21
%20.94
%50.85

CMYK Percentages of Color #8462ee

%45
%59
%0
%7

Triadic Colors of #8462ee

#8462ee #ee8462 #62ee84

Analogous Colors of #8462ee

#8462ee #ca62ee #6286ee

Monochromatic Colors of #8462ee

#8462ee

Complementary Color

#8462ee #ccee62

#8462ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8462ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8462ee Color CSS Codes

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

#8462ee Text Font Color

<p style="color:#8462ee">Text here</p>

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


#8462ee Background Color

<div style="background-color:#8462ee">
Div content here</div>

This div background color is #8462ee


#8462ee Border Color

<div style="border:3px solid #8462ee">
Div here</div>

This div border color is #8462ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,98,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8462ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8462ee;
  -webkit-box-shadow: 1px 1px 3px 2px #8462ee;
  box-shadow:         1px 1px 3px 2px #8462ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,98,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8462ee


Comments

No comments written yet.

Please login to write comment.