Color Hex Logo

#420dce Color Hex

#420DCE
(66,13,206)
0 Favorites   0 Comments

Color spaces of #420dce

RGB 6613206
HSL0.710.880.43
HSV256°94°81°
CMYK 0.680.940.00   0.19
XYZ13.53135.902358.8186
Yxy5.90230.17290.0754
Hunter Lab24.294656.9028-126.5379
CIE-Lab29.164666.4029-85.0151

#420dce color RGB value is (66,13,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001101 11001110
Octal 102 15 316
Decimal 66 13 206
Hex 42 D CE

RGB Percentages of Color #420dce

%23.16
%4.56
%72.28

CMYK Percentages of Color #420dce

%68
%94
%0
%19

Triadic Colors of #420dce

#420dce #ce420d #0dce42

Analogous Colors of #420dce

#420dce #a30dce #0d39ce

Monochromatic Colors of #420dce

#420dce

Complementary Color

#420dce #99ce0d

#420dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#420dce Color CSS Codes

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

#420dce Text Font Color

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

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


#420dce Background Color

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

This div background color is #420dce


#420dce Border Color

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

This div border color is #420dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420dce


Comments

No comments written yet.

Please login to write comment.