Color Hex Logo

#8464ea Color Hex

#8464EA
(132,100,234)
0 Favorites   0 Comments

Color spaces of #8464ea

RGB 132100234
HSL0.710.760.65
HSV254°57°92°
CMYK 0.440.570.00   0.08
XYZ28.924219.960480.1702
Yxy19.96040.22410.1547
Hunter Lab44.677137.3771-75.1183
CIE-Lab51.792444.1049-63.7151

#8464ea color RGB value is (132,100,234).

#8464ea hex color red value is 132, green value is 100 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8464ea hue: 0.71 , saturation: 0.76 and the lightness value of 8464ea is 0.65.

The process color (four color CMYK) of #8464ea color hex is 0.44, 0.57, 0.00, 0.08. Web safe color of #8464ea is #9966ff. Color #8464ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100100 11101010
Octal 204 144 352
Decimal 132 100 234
Hex 84 64 EA

RGB Percentages of Color #8464ea

%28.33
%21.46
%50.21

CMYK Percentages of Color #8464ea

%44
%57
%0
%8

Triadic Colors of #8464ea

#8464ea #ea8464 #64ea84

Analogous Colors of #8464ea

#8464ea #c764ea #6487ea

Monochromatic Colors of #8464ea

#8464ea

Complementary Color

#8464ea #caea64

#8464ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8464ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8464ea Color CSS Codes

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

#8464ea Text Font Color

<p style="color:#8464ea">Text here</p>

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


#8464ea Background Color

<div style="background-color:#8464ea">
Div content here</div>

This div background color is #8464ea


#8464ea Border Color

<div style="border:3px solid #8464ea">
Div here</div>

This div border color is #8464ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,100,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8464ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8464ea;
  -webkit-box-shadow: 1px 1px 3px 2px #8464ea;
  box-shadow:         1px 1px 3px 2px #8464ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8464ea


Comments

No comments written yet.

Please login to write comment.