Color Hex Logo

#420edc Color Hex

#420EDC
(66,14,220)
0 Favorites   0 Comments

Color spaces of #420edc

RGB 6614220
HSL0.710.880.46
HSV255°94°86°
CMYK 0.700.940.00   0.14
XYZ15.32216.639668.1842
Yxy6.63960.17000.0737
Hunter Lab25.767461.0486-138.8524
CIE-Lab30.972069.6565-90.1222

#420edc color RGB value is (66,14,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001110 11011100
Octal 102 16 334
Decimal 66 14 220
Hex 42 E DC

RGB Percentages of Color #420edc

%22.00
%4.67
%73.33

CMYK Percentages of Color #420edc

%70
%94
%0
%14

Triadic Colors of #420edc

#420edc #dc420e #0edc42

Analogous Colors of #420edc

#420edc #a90edc #0e41dc

Monochromatic Colors of #420edc

#420edc

Complementary Color

#420edc #a8dc0e

#420edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#420edc Color CSS Codes

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

#420edc Text Font Color

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

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


#420edc Background Color

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

This div background color is #420edc


#420edc Border Color

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

This div border color is #420edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420edc


Comments

No comments written yet.

Please login to write comment.