Color Hex Logo

#8454ec Color Hex

#8454EC
(132,84,236)
0 Favorites   0 Comments

Color spaces of #8454ec

RGB 13284236
HSL0.720.800.63
HSV259°64°93°
CMYK 0.440.640.00   0.07
XYZ27.826417.302381.2299
Yxy17.30230.22020.1369
Hunter Lab41.596046.6177-86.6660
CIE-Lab48.638753.3886-69.9448

#8454ec color RGB value is (132,84,236).

#8454ec hex color red value is 132, green value is 84 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8454ec hue: 0.72 , saturation: 0.80 and the lightness value of 8454ec is 0.63.

The process color (four color CMYK) of #8454ec color hex is 0.44, 0.64, 0.00, 0.07. Web safe color of #8454ec is #9966ff. Color #8454ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010100 11101100
Octal 204 124 354
Decimal 132 84 236
Hex 84 54 EC

RGB Percentages of Color #8454ec

%29.20
%18.58
%52.21

CMYK Percentages of Color #8454ec

%44
%64
%0
%7

Triadic Colors of #8454ec

#8454ec #ec8454 #54ec84

Analogous Colors of #8454ec

#8454ec #d054ec #5470ec

Monochromatic Colors of #8454ec

#8454ec

Complementary Color

#8454ec #bcec54

#8454ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8454ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8454ec Color CSS Codes

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

#8454ec Text Font Color

<p style="color:#8454ec">Text here</p>

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


#8454ec Background Color

<div style="background-color:#8454ec">
Div content here</div>

This div background color is #8454ec


#8454ec Border Color

<div style="border:3px solid #8454ec">
Div here</div>

This div border color is #8454ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,84,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8454ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8454ec;
  -webkit-box-shadow: 1px 1px 3px 2px #8454ec;
  box-shadow:         1px 1px 3px 2px #8454ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8454ec


Comments

No comments written yet.

Please login to write comment.