Color Hex Logo

#424abe Color Hex

#424ABE
(66,74,190)
0 Favorites   0 Comments

Color spaces of #424abe

RGB 6674190
HSL0.660.490.50
HSV236°65°75°
CMYK 0.650.610.00   0.25
XYZ13.98989.773549.8643
Yxy9.77350.19000.1327
Hunter Lab31.262625.1680-72.6846
CIE-Lab37.432833.6803-62.0350

#424abe color RGB value is (66,74,190).

#424abe hex color red value is 66, green value is 74 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #424abe hue: 0.66 , saturation: 0.49 and the lightness value of 424abe is 0.50.

The process color (four color CMYK) of #424abe color hex is 0.65, 0.61, 0.00, 0.25. Web safe color of #424abe is #3333cc. Color #424abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001010 10111110
Octal 102 112 276
Decimal 66 74 190
Hex 42 4A BE

RGB Percentages of Color #424abe

%20.00
%22.42
%57.58

CMYK Percentages of Color #424abe

%65
%61
%0
%25

Triadic Colors of #424abe

#424abe #be424a #4abe42

Analogous Colors of #424abe

#424abe #7842be #4288be

Monochromatic Colors of #424abe

#424abe

Complementary Color

#424abe #beb642

#424abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#424abe Color CSS Codes

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

#424abe Text Font Color

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

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


#424abe Background Color

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

This div background color is #424abe


#424abe Border Color

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

This div border color is #424abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424abe


Comments

No comments written yet.

Please login to write comment.