Color Hex Logo

#424889 Color Hex

#424889
(66,72,137)
0 Favorites   0 Comments

Color spaces of #424889

RGB 6672137
HSL0.650.350.40
HSV235°52°54°
CMYK 0.520.470.00   0.46
XYZ9.07957.599124.6551
Yxy7.59910.21970.1838
Hunter Lab27.566510.5508-33.7317
CIE-Lab33.133616.7829-37.1893

#424889 color RGB value is (66,72,137).

#424889 hex color red value is 66, green value is 72 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #424889 hue: 0.65 , saturation: 0.35 and the lightness value of 424889 is 0.40.

The process color (four color CMYK) of #424889 color hex is 0.52, 0.47, 0.00, 0.46. Web safe color of #424889 is #333399. Color #424889 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001000 10001001
Octal 102 110 211
Decimal 66 72 137
Hex 42 48 89

RGB Percentages of Color #424889

%24.00
%26.18
%49.82

CMYK Percentages of Color #424889

%52
%47
%0
%46

Triadic Colors of #424889

#424889 #894248 #488942

Analogous Colors of #424889

#424889 #5f4289 #426c89

Monochromatic Colors of #424889

#424889

Complementary Color

#424889 #898342

#424889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424889 Color CSS Codes

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

#424889 Text Font Color

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

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


#424889 Background Color

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

This div background color is #424889


#424889 Border Color

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

This div border color is #424889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424889


Comments

No comments written yet.

Please login to write comment.