Color Hex Logo

#424ead Color Hex

#424EAD
(66,78,173)
0 Favorites   0 Comments

Color spaces of #424ead

RGB 6678173
HSL0.650.450.47
HSV233°62°68°
CMYK 0.620.550.00   0.32
XYZ12.51409.624240.7333
Yxy9.62420.19900.1531
Hunter Lab31.022917.7132-56.1322
CIE-Lab37.159325.2291-52.4557

#424ead color RGB value is (66,78,173).

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

The process color (four color CMYK) of #424ead color hex is 0.62, 0.55, 0.00, 0.32. Web safe color of #424ead is #336699. Color #424ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001110 10101101
Octal 102 116 255
Decimal 66 78 173
Hex 42 4E AD

RGB Percentages of Color #424ead

%20.82
%24.61
%54.57

CMYK Percentages of Color #424ead

%62
%55
%0
%32

Triadic Colors of #424ead

#424ead #ad424e #4ead42

Analogous Colors of #424ead

#424ead #6c42ad #4284ad

Monochromatic Colors of #424ead

#424ead

Complementary Color

#424ead #ada142

#424ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#424ead Color CSS Codes

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

#424ead Text Font Color

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

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


#424ead Background Color

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

This div background color is #424ead


#424ead Border Color

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

This div border color is #424ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424ead


Comments

No comments written yet.

Please login to write comment.