Color Hex Logo

#420eee Color Hex

#420EEE
(66,14,238)
0 Favorites   0 Comments

Color spaces of #420eee

RGB 6614238
HSL0.710.890.49
HSV254°94°93°
CMYK 0.720.940.00   0.07
XYZ17.83647.645481.4245
Yxy7.64540.16680.0715
Hunter Lab27.650366.7570-155.2416
CIE-Lab33.233274.0472-96.6507

#420eee color RGB value is (66,14,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001110 11101110
Octal 102 16 356
Decimal 66 14 238
Hex 42 E EE

RGB Percentages of Color #420eee

%20.75
%4.40
%74.84

CMYK Percentages of Color #420eee

%72
%94
%0
%7

Triadic Colors of #420eee

#420eee #ee420e #0eee42

Analogous Colors of #420eee

#420eee #b20eee #0e4aee

Monochromatic Colors of #420eee

#420eee

Complementary Color

#420eee #baee0e

#420eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#420eee Color CSS Codes

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

#420eee Text Font Color

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

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


#420eee Background Color

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

This div background color is #420eee


#420eee Border Color

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

This div border color is #420eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420eee


Comments

No comments written yet.

Please login to write comment.