Color Hex Logo

#424cda Color Hex

#424CDA
(66,76,218)
0 Favorites   0 Comments

Color spaces of #424cda

RGB 6676218
HSL0.660.670.56
HSV236°70°85°
CMYK 0.700.650.00   0.15
XYZ17.486111.389167.6064
Yxy11.38910.18120.1180
Hunter Lab33.747733.4297-95.1514
CIE-Lab40.228242.0098-73.6784

#424cda color RGB value is (66,76,218).

#424cda hex color red value is 66, green value is 76 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #424cda hue: 0.66 , saturation: 0.67 and the lightness value of 424cda is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001100 11011010
Octal 102 114 332
Decimal 66 76 218
Hex 42 4C DA

RGB Percentages of Color #424cda

%18.33
%21.11
%60.56

CMYK Percentages of Color #424cda

%70
%65
%0
%15

Triadic Colors of #424cda

#424cda #da424c #4cda42

Analogous Colors of #424cda

#424cda #8442da #4298da

Monochromatic Colors of #424cda

#424cda

Complementary Color

#424cda #dad042

#424cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#424cda Color CSS Codes

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

#424cda Text Font Color

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

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


#424cda Background Color

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

This div background color is #424cda


#424cda Border Color

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

This div border color is #424cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424cda


Comments

No comments written yet.

Please login to write comment.