Color Hex Logo

#424ab5 Color Hex

#424AB5
(66,74,181)
0 Favorites   0 Comments

Color spaces of #424ab5

RGB 6674181
HSL0.660.470.48
HSV236°64°71°
CMYK 0.640.590.00   0.29
XYZ13.03609.392044.8418
Yxy9.39200.19380.1396
Hunter Lab30.646422.2971-65.3007
CIE-Lab36.728330.5756-57.8896

#424ab5 color RGB value is (66,74,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001010 10110101
Octal 102 112 265
Decimal 66 74 181
Hex 42 4A B5

RGB Percentages of Color #424ab5

%20.56
%23.05
%56.39

CMYK Percentages of Color #424ab5

%64
%59
%0
%29

Triadic Colors of #424ab5

#424ab5 #b5424a #4ab542

Analogous Colors of #424ab5

#424ab5 #7442b5 #4284b5

Monochromatic Colors of #424ab5

#424ab5

Complementary Color

#424ab5 #b5ad42

#424ab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424ab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424ab5 Color CSS Codes

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

#424ab5 Text Font Color

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

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


#424ab5 Background Color

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

This div background color is #424ab5


#424ab5 Border Color

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

This div border color is #424ab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424ab5


Comments

No comments written yet.

Please login to write comment.