Color Hex Logo

#424487 Color Hex

#424487
(66,68,135)
0 Favorites   0 Comments

Color spaces of #424487

RGB 6668135
HSL0.660.340.39
HSV238°51°53°
CMYK 0.510.500.00   0.47
XYZ8.68717.041823.8230
Yxy7.04180.21960.1780
Hunter Lab26.536411.9961-34.6520
CIE-Lab31.901918.7508-37.9258

#424487 color RGB value is (66,68,135).

#424487 hex color red value is 66, green value is 68 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #424487 hue: 0.66 , saturation: 0.34 and the lightness value of 424487 is 0.39.

The process color (four color CMYK) of #424487 color hex is 0.51, 0.50, 0.00, 0.47. Web safe color of #424487 is #333399. Color #424487 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000100 10000111
Octal 102 104 207
Decimal 66 68 135
Hex 42 44 87

RGB Percentages of Color #424487

%24.54
%25.28
%50.19

CMYK Percentages of Color #424487

%51
%50
%0
%47

Triadic Colors of #424487

#424487 #874244 #448742

Analogous Colors of #424487

#424487 #634287 #426787

Monochromatic Colors of #424487

#424487

Complementary Color

#424487 #878542

#424487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424487 Color CSS Codes

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

#424487 Text Font Color

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

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


#424487 Background Color

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

This div background color is #424487


#424487 Border Color

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

This div border color is #424487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424487


Comments

No comments written yet.

Please login to write comment.