Color Hex Logo

#424585 Color Hex

#424585
(66,69,133)
0 Favorites   0 Comments

Color spaces of #424585

RGB 6669133
HSL0.660.340.39
HSV237°50°52°
CMYK 0.500.480.00   0.48
XYZ8.60857.107923.1086
Yxy7.10790.22170.1831
Hunter Lab26.660610.9800-32.7282
CIE-Lab32.051317.4254-36.4513

#424585 color RGB value is (66,69,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000101 10000101
Octal 102 105 205
Decimal 66 69 133
Hex 42 45 85

RGB Percentages of Color #424585

%24.63
%25.75
%49.63

CMYK Percentages of Color #424585

%50
%48
%0
%48

Triadic Colors of #424585

#424585 #854245 #458542

Analogous Colors of #424585

#424585 #614285 #426785

Monochromatic Colors of #424585

#424585

Complementary Color

#424585 #858242

#424585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424585 Color CSS Codes

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

#424585 Text Font Color

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

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


#424585 Background Color

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

This div background color is #424585


#424585 Border Color

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

This div border color is #424585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424585


Comments

No comments written yet.

Please login to write comment.