Color Hex Logo

#420deb Color Hex

#420DEB
(66,13,235)
0 Favorites   0 Comments

Color spaces of #420deb

RGB 6613235
HSL0.710.900.49
HSV254°94°92°
CMYK 0.720.940.00   0.08
XYZ17.38617.444379.1178
Yxy7.44430.16730.0716
Hunter Lab27.284265.9966-152.8279
CIE-Lab32.797773.4949-95.6709

#420deb color RGB value is (66,13,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001101 11101011
Octal 102 15 353
Decimal 66 13 235
Hex 42 D EB

RGB Percentages of Color #420deb

%21.02
%4.14
%74.84

CMYK Percentages of Color #420deb

%72
%94
%0
%8

Triadic Colors of #420deb

#420deb #eb420d #0deb42

Analogous Colors of #420deb

#420deb #b10deb #0d47eb

Monochromatic Colors of #420deb

#420deb

Complementary Color

#420deb #b6eb0d

#420deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#420deb Color CSS Codes

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

#420deb Text Font Color

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

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


#420deb Background Color

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

This div background color is #420deb


#420deb Border Color

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

This div border color is #420deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420deb


Comments

No comments written yet.

Please login to write comment.