Color Hex Logo

#424dcd Color Hex

#424DCD
(66,77,205)
0 Favorites   0 Comments

Color spaces of #424dcd

RGB 6677205
HSL0.650.580.53
HSV235°68°80°
CMYK 0.680.620.00   0.20
XYZ15.920110.873859.0174
Yxy10.87380.18550.1267
Hunter Lab32.975428.4704-83.0307
CIE-Lab39.367136.9656-67.6080

#424dcd color RGB value is (66,77,205).

#424dcd hex color red value is 66, green value is 77 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #424dcd hue: 0.65 , saturation: 0.58 and the lightness value of 424dcd is 0.53.

The process color (four color CMYK) of #424dcd color hex is 0.68, 0.62, 0.00, 0.20. Web safe color of #424dcd is #3366cc. Color #424dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001101 11001101
Octal 102 115 315
Decimal 66 77 205
Hex 42 4D CD

RGB Percentages of Color #424dcd

%18.97
%22.13
%58.91

CMYK Percentages of Color #424dcd

%68
%62
%0
%20

Triadic Colors of #424dcd

#424dcd #cd424d #4dcd42

Analogous Colors of #424dcd

#424dcd #7d42cd #4293cd

Monochromatic Colors of #424dcd

#424dcd

Complementary Color

#424dcd #cdc242

#424dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#424dcd Color CSS Codes

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

#424dcd Text Font Color

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

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


#424dcd Background Color

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

This div background color is #424dcd


#424dcd Border Color

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

This div border color is #424dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424dcd


Comments

No comments written yet.

Please login to write comment.