Color Hex Logo

#424ecd Color Hex

#424ECD
(66,78,205)
0 Favorites   0 Comments

Color spaces of #424ecd

RGB 6678205
HSL0.650.580.53
HSV235°68°80°
CMYK 0.680.620.00   0.20
XYZ15.990611.014859.0409
Yxy11.01480.18580.1280
Hunter Lab33.188627.9232-82.2422
CIE-Lab39.605436.3447-67.2188

#424ecd color RGB value is (66,78,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001110 11001101
Octal 102 116 315
Decimal 66 78 205
Hex 42 4E CD

RGB Percentages of Color #424ecd

%18.91
%22.35
%58.74

CMYK Percentages of Color #424ecd

%68
%62
%0
%20

Triadic Colors of #424ecd

#424ecd #cd424e #4ecd42

Analogous Colors of #424ecd

#424ecd #7c42cd #4294cd

Monochromatic Colors of #424ecd

#424ecd

Complementary Color

#424ecd #cdc142

#424ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#424ecd Color CSS Codes

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

#424ecd Text Font Color

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

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


#424ecd Background Color

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

This div background color is #424ecd


#424ecd Border Color

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

This div border color is #424ecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,78,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 #424ecd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424ecd


Comments

No comments written yet.

Please login to write comment.