Color Hex Logo

#424edb Color Hex

#424EDB
(66,78,219)
0 Favorites   0 Comments

Color spaces of #424edb

RGB 6678219
HSL0.650.680.56
HSV235°70°86°
CMYK 0.700.640.00   0.14
XYZ17.757311.721568.3444
Yxy11.72150.18150.1198
Hunter Lab34.236732.6672-94.3910
CIE-Lab40.770041.1371-73.3629

#424edb color RGB value is (66,78,219).

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

The process color (four color CMYK) of #424edb color hex is 0.70, 0.64, 0.00, 0.14. Web safe color of #424edb is #3366cc. Color #424edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001110 11011011
Octal 102 116 333
Decimal 66 78 219
Hex 42 4E DB

RGB Percentages of Color #424edb

%18.18
%21.49
%60.33

CMYK Percentages of Color #424edb

%70
%64
%0
%14

Triadic Colors of #424edb

#424edb #db424e #4edb42

Analogous Colors of #424edb

#424edb #8342db #429bdb

Monochromatic Colors of #424edb

#424edb

Complementary Color

#424edb #dbcf42

#424edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#424edb Color CSS Codes

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

#424edb Text Font Color

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

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


#424edb Background Color

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

This div background color is #424edb


#424edb Border Color

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

This div border color is #424edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424edb


Comments

No comments written yet.

Please login to write comment.