Color Hex Logo

#424caf Color Hex

#424CAF
(66,76,175)
0 Favorites   0 Comments

Color spaces of #424caf

RGB 6676175
HSL0.650.450.47
HSV234°62°69°
CMYK 0.620.570.00   0.31
XYZ12.56919.422341.7137
Yxy9.42230.19730.1479
Hunter Lab30.695819.3734-59.0845
CIE-Lab36.785027.2155-54.2481

#424caf color RGB value is (66,76,175).

#424caf hex color red value is 66, green value is 76 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #424caf hue: 0.65 , saturation: 0.45 and the lightness value of 424caf is 0.47.

The process color (four color CMYK) of #424caf color hex is 0.62, 0.57, 0.00, 0.31. Web safe color of #424caf is #333399. Color #424caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001100 10101111
Octal 102 114 257
Decimal 66 76 175
Hex 42 4C AF

RGB Percentages of Color #424caf

%20.82
%23.97
%55.21

CMYK Percentages of Color #424caf

%62
%57
%0
%31

Triadic Colors of #424caf

#424caf #af424c #4caf42

Analogous Colors of #424caf

#424caf #6f42af #4283af

Monochromatic Colors of #424caf

#424caf

Complementary Color

#424caf #afa542

#424caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#424caf Color CSS Codes

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

#424caf Text Font Color

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

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


#424caf Background Color

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

This div background color is #424caf


#424caf Border Color

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

This div border color is #424caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424caf


Comments

No comments written yet.

Please login to write comment.