Color Hex Logo

#424784 Color Hex

#424784
(66,71,132)
0 Favorites   0 Comments

Color spaces of #424784

RGB 6671132
HSL0.650.330.39
HSV235°50°52°
CMYK 0.500.460.00   0.48
XYZ8.66497.330722.7881
Yxy7.33070.22340.1890
Hunter Lab27.07539.7437-30.9492
CIE-Lab32.548215.7729-35.0405

#424784 color RGB value is (66,71,132).

#424784 hex color red value is 66, green value is 71 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #424784 hue: 0.65 , saturation: 0.33 and the lightness value of 424784 is 0.39.

The process color (four color CMYK) of #424784 color hex is 0.50, 0.46, 0.00, 0.48. Web safe color of #424784 is #333399. Color #424784 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000111 10000100
Octal 102 107 204
Decimal 66 71 132
Hex 42 47 84

RGB Percentages of Color #424784

%24.54
%26.39
%49.07

CMYK Percentages of Color #424784

%50
%46
%0
%48

Triadic Colors of #424784

#424784 #844247 #478442

Analogous Colors of #424784

#424784 #5e4284 #426884

Monochromatic Colors of #424784

#424784

Complementary Color

#424784 #847f42

#424784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424784 Color CSS Codes

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

#424784 Text Font Color

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

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


#424784 Background Color

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

This div background color is #424784


#424784 Border Color

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

This div border color is #424784


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,71,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #424784; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #424784;
  -webkit-box-shadow: 1px 1px 3px 2px #424784;
  box-shadow:         1px 1px 3px 2px #424784; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424784


Comments

No comments written yet.

Please login to write comment.