Color Hex Logo

#424abf Color Hex

#424ABF
(66,74,191)
0 Favorites   0 Comments

Color spaces of #424abf

RGB 6674191
HSL0.660.490.50
HSV236°65°75°
CMYK 0.650.610.00   0.25
XYZ14.09959.817450.4420
Yxy9.81740.18960.1320
Hunter Lab31.332725.4914-73.5170
CIE-Lab37.512734.0243-62.4903

#424abf color RGB value is (66,74,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001010 10111111
Octal 102 112 277
Decimal 66 74 191
Hex 42 4A BF

RGB Percentages of Color #424abf

%19.94
%22.36
%57.70

CMYK Percentages of Color #424abf

%65
%61
%0
%25

Triadic Colors of #424abf

#424abf #bf424a #4abf42

Analogous Colors of #424abf

#424abf #7942bf #4289bf

Monochromatic Colors of #424abf

#424abf

Complementary Color

#424abf #bfb742

#424abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#424abf Color CSS Codes

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

#424abf Text Font Color

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

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


#424abf Background Color

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

This div background color is #424abf


#424abf Border Color

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

This div border color is #424abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424abf


Comments

No comments written yet.

Please login to write comment.