Color Hex Logo

#8d54ec Color Hex

#8D54EC
(141,84,236)
0 Favorites   0 Comments

Color spaces of #8d54ec

RGB 14184236
HSL0.730.800.63
HSV263°64°93°
CMYK 0.400.640.00   0.07
XYZ29.295218.059581.2987
Yxy18.05950.22770.1404
Hunter Lab42.496548.6812-83.6784
CIE-Lab49.568255.1238-68.3934

#8d54ec color RGB value is (141,84,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 01010100 11101100
Octal 215 124 354
Decimal 141 84 236
Hex 8D 54 EC

RGB Percentages of Color #8d54ec

%30.59
%18.22
%51.19

CMYK Percentages of Color #8d54ec

%40
%64
%0
%7

Triadic Colors of #8d54ec

#8d54ec #ec8d54 #54ec8d

Analogous Colors of #8d54ec

#8d54ec #d954ec #5467ec

Monochromatic Colors of #8d54ec

#8d54ec

Complementary Color

#8d54ec #b3ec54

#8d54ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d54ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d54ec Color CSS Codes

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

#8d54ec Text Font Color

<p style="color:#8d54ec">Text here</p>

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


#8d54ec Background Color

<div style="background-color:#8d54ec">
Div content here</div>

This div background color is #8d54ec


#8d54ec Border Color

<div style="border:3px solid #8d54ec">
Div here</div>

This div border color is #8d54ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,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 #8d54ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d54ec


Comments

No comments written yet.

Please login to write comment.