Color Hex Logo

#424dcc Color Hex

#424DCC
(66,77,204)
0 Favorites   0 Comments

Color spaces of #424dcc

RGB 6677204
HSL0.650.580.53
HSV235°68°80°
CMYK 0.680.620.00   0.20
XYZ15.799710.825658.3836
Yxy10.82560.18590.1273
Hunter Lab32.902328.1368-82.1758
CIE-Lab39.285236.6222-67.1634

#424dcc color RGB value is (66,77,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001101 11001100
Octal 102 115 314
Decimal 66 77 204
Hex 42 4D CC

RGB Percentages of Color #424dcc

%19.02
%22.19
%58.79

CMYK Percentages of Color #424dcc

%68
%62
%0
%20

Triadic Colors of #424dcc

#424dcc #cc424d #4dcc42

Analogous Colors of #424dcc

#424dcc #7c42cc #4292cc

Monochromatic Colors of #424dcc

#424dcc

Complementary Color

#424dcc #ccc142

#424dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#424dcc Color CSS Codes

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

#424dcc Text Font Color

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

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


#424dcc Background Color

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

This div background color is #424dcc


#424dcc Border Color

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

This div border color is #424dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424dcc


Comments

No comments written yet.

Please login to write comment.