Color Hex Logo

#420ded Color Hex

#420DED
(66,13,237)
0 Favorites   0 Comments

Color spaces of #420ded

RGB 6613237
HSL0.710.900.49
HSV254°95°93°
CMYK 0.720.950.00   0.07
XYZ17.67687.560580.6484
Yxy7.56050.16690.0714
Hunter Lab27.496466.6350-154.6535
CIE-Lab33.050373.9793-96.3875

#420ded color RGB value is (66,13,237).

#420ded hex color red value is 66, green value is 13 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #420ded hue: 0.71 , saturation: 0.90 and the lightness value of 420ded is 0.49.

The process color (four color CMYK) of #420ded color hex is 0.72, 0.95, 0.00, 0.07. Web safe color of #420ded is #3300ff. Color #420ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001101 11101101
Octal 102 15 355
Decimal 66 13 237
Hex 42 D ED

RGB Percentages of Color #420ded

%20.89
%4.11
%75.00

CMYK Percentages of Color #420ded

%72
%95
%0
%7

Triadic Colors of #420ded

#420ded #ed420d #0ded42

Analogous Colors of #420ded

#420ded #b20ded #0d48ed

Monochromatic Colors of #420ded

#420ded

Complementary Color

#420ded #b8ed0d

#420ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#420ded Color CSS Codes

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

#420ded Text Font Color

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

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


#420ded Background Color

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

This div background color is #420ded


#420ded Border Color

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

This div border color is #420ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420ded


Comments

No comments written yet.

Please login to write comment.