Color Hex Logo

#424ede Color Hex

#424EDE
(66,78,222)
0 Favorites   0 Comments

Color spaces of #424ede

RGB 6678222
HSL0.650.700.56
HSV235°70°87°
CMYK 0.700.650.00   0.13
XYZ18.156011.881070.4436
Yxy11.88100.18070.1182
Hunter Lab34.468833.7021-97.0422
CIE-Lab41.026442.1557-74.6565

#424ede color RGB value is (66,78,222).

#424ede hex color red value is 66, green value is 78 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #424ede hue: 0.65 , saturation: 0.70 and the lightness value of 424ede is 0.56.

The process color (four color CMYK) of #424ede color hex is 0.70, 0.65, 0.00, 0.13. Web safe color of #424ede is #3366cc. Color #424ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001110 11011110
Octal 102 116 336
Decimal 66 78 222
Hex 42 4E DE

RGB Percentages of Color #424ede

%18.03
%21.31
%60.66

CMYK Percentages of Color #424ede

%70
%65
%0
%13

Triadic Colors of #424ede

#424ede #de424e #4ede42

Analogous Colors of #424ede

#424ede #8442de #429cde

Monochromatic Colors of #424ede

#424ede

Complementary Color

#424ede #ded242

#424ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#424ede Color CSS Codes

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

#424ede Text Font Color

<p style="color:#424ede">Text here</p>

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


#424ede Background Color

<div style="background-color:#424ede">
Div content here</div>

This div background color is #424ede


#424ede Border Color

<div style="border:3px solid #424ede">
Div here</div>

This div border color is #424ede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,78,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #424ede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #424ede;
  -webkit-box-shadow: 1px 1px 3px 2px #424ede;
  box-shadow:         1px 1px 3px 2px #424ede; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424ede


Comments

No comments written yet.

Please login to write comment.