Color Hex Logo

#424cd1 Color Hex

#424CD1
(66,76,209)
0 Favorites   0 Comments

Color spaces of #424cd1

RGB 6676209
HSL0.660.610.54
HSV236°68°82°
CMYK 0.680.640.00   0.18
XYZ16.339810.930661.5702
Yxy10.93060.18390.1230
Hunter Lab33.061530.3616-87.2725
CIE-Lab39.463338.9518-69.7601

#424cd1 color RGB value is (66,76,209).

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

The process color (four color CMYK) of #424cd1 color hex is 0.68, 0.64, 0.00, 0.18. Web safe color of #424cd1 is #3333cc. Color #424cd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001100 11010001
Octal 102 114 321
Decimal 66 76 209
Hex 42 4C D1

RGB Percentages of Color #424cd1

%18.80
%21.65
%59.54

CMYK Percentages of Color #424cd1

%68
%64
%0
%18

Triadic Colors of #424cd1

#424cd1 #d1424c #4cd142

Analogous Colors of #424cd1

#424cd1 #8042d1 #4294d1

Monochromatic Colors of #424cd1

#424cd1

Complementary Color

#424cd1 #d1c742

#424cd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424cd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424cd1 Color CSS Codes

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

#424cd1 Text Font Color

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

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


#424cd1 Background Color

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

This div background color is #424cd1


#424cd1 Border Color

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

This div border color is #424cd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424cd1


Comments

No comments written yet.

Please login to write comment.