Color Hex Logo

#424fad Color Hex

#424FAD
(66,79,173)
0 Favorites   0 Comments

Color spaces of #424fad

RGB 6679173
HSL0.650.450.47
HSV233°62°68°
CMYK 0.620.540.00   0.32
XYZ12.58569.767340.7571
Yxy9.76730.19940.1548
Hunter Lab31.252717.1906-55.4441
CIE-Lab37.421524.5832-52.0317

#424fad color RGB value is (66,79,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001111 10101101
Octal 102 117 255
Decimal 66 79 173
Hex 42 4F AD

RGB Percentages of Color #424fad

%20.75
%24.84
%54.40

CMYK Percentages of Color #424fad

%62
%54
%0
%32

Triadic Colors of #424fad

#424fad #ad424f #4fad42

Analogous Colors of #424fad

#424fad #6b42ad #4285ad

Monochromatic Colors of #424fad

#424fad

Complementary Color

#424fad #ada042

#424fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#424fad Color CSS Codes

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

#424fad Text Font Color

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

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


#424fad Background Color

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

This div background color is #424fad


#424fad Border Color

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

This div border color is #424fad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,79,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 #424fad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424fad


Comments

No comments written yet.

Please login to write comment.