Color Hex Logo

#424afc Color Hex

#424AFC
(66,74,252)
0 Favorites   0 Comments

Color spaces of #424afc

RGB 6674252
HSL0.660.970.62
HSV237°74°99°
CMYK 0.740.710.00   0.01
XYZ22.266213.084193.4474
Yxy13.08410.17290.1016
Hunter Lab36.172046.5775-127.8507
CIE-Lab42.889754.3935-88.5297

#424afc color RGB value is (66,74,252).

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

The process color (four color CMYK) of #424afc color hex is 0.74, 0.71, 0.00, 0.01. Web safe color of #424afc is #3333ff. Color #424afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001010 11111100
Octal 102 112 374
Decimal 66 74 252
Hex 42 4A FC

RGB Percentages of Color #424afc

%16.84
%18.88
%64.29

CMYK Percentages of Color #424afc

%74
%71
%0
%1

Triadic Colors of #424afc

#424afc #fc424a #4afc42

Analogous Colors of #424afc

#424afc #9742fc #42a7fc

Monochromatic Colors of #424afc

#424afc

Complementary Color

#424afc #fcf442

#424afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#424afc Color CSS Codes

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

#424afc Text Font Color

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

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


#424afc Background Color

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

This div background color is #424afc


#424afc Border Color

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

This div border color is #424afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424afc


Comments

No comments written yet.

Please login to write comment.