Color Hex Logo

#420ede Color Hex

#420EDE
(66,14,222)
0 Favorites   0 Comments

Color spaces of #420ede

RGB 6614222
HSL0.710.880.46
HSV255°94°87°
CMYK 0.700.940.00   0.13
XYZ15.58866.746369.5878
Yxy6.74630.16960.0734
Hunter Lab25.973661.6765-140.6664
CIE-Lab31.222270.1463-90.8569

#420ede color RGB value is (66,14,222).

#420ede hex color red value is 66, green value is 14 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #420ede hue: 0.71 , saturation: 0.88 and the lightness value of 420ede is 0.46.

The process color (four color CMYK) of #420ede color hex is 0.70, 0.94, 0.00, 0.13. Web safe color of #420ede is #3300cc. Color #420ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001110 11011110
Octal 102 16 336
Decimal 66 14 222
Hex 42 E DE

RGB Percentages of Color #420ede

%21.85
%4.64
%73.51

CMYK Percentages of Color #420ede

%70
%94
%0
%13

Triadic Colors of #420ede

#420ede #de420e #0ede42

Analogous Colors of #420ede

#420ede #aa0ede #0e42de

Monochromatic Colors of #420ede

#420ede

Complementary Color

#420ede #aade0e

#420ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#420ede Color CSS Codes

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

#420ede Text Font Color

<p style="color:#420ede">Text here</p>

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


#420ede Background Color

<div style="background-color:#420ede">
Div content here</div>

This div background color is #420ede


#420ede Border Color

<div style="border:3px solid #420ede">
Div here</div>

This div border color is #420ede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,14,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #420ede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #420ede;
  -webkit-box-shadow: 1px 1px 3px 2px #420ede;
  box-shadow:         1px 1px 3px 2px #420ede; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,14,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420ede


Comments

No comments written yet.

Please login to write comment.