Color Hex Logo

#424fdc Color Hex

#424FDC
(66,79,220)
0 Favorites   0 Comments

Color spaces of #424fdc

RGB 6679220
HSL0.650.690.56
HSV235°70°86°
CMYK 0.700.640.00   0.14
XYZ17.961011.917569.0638
Yxy11.91750.18150.1204
Hunter Lab34.521732.4571-94.4497
CIE-Lab41.084740.8696-73.4191

#424fdc color RGB value is (66,79,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001111 11011100
Octal 102 117 334
Decimal 66 79 220
Hex 42 4F DC

RGB Percentages of Color #424fdc

%18.08
%21.64
%60.27

CMYK Percentages of Color #424fdc

%70
%64
%0
%14

Triadic Colors of #424fdc

#424fdc #dc424f #4fdc42

Analogous Colors of #424fdc

#424fdc #8242dc #429cdc

Monochromatic Colors of #424fdc

#424fdc

Complementary Color

#424fdc #dccf42

#424fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#424fdc Color CSS Codes

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

#424fdc Text Font Color

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

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


#424fdc Background Color

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

This div background color is #424fdc


#424fdc Border Color

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

This div border color is #424fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424fdc


Comments

No comments written yet.

Please login to write comment.