Color Hex Logo

#425989 Color Hex

#425989
(66,89,137)
0 Favorites   0 Comments

Color spaces of #425989

RGB 6689137
HSL0.610.350.40
HSV221°52°54°
CMYK 0.520.350.00   0.46
XYZ10.334510.109225.0735
Yxy10.10920.22700.2221
Hunter Lab31.79502.3777-24.4996
CIE-Lab38.03775.7246-29.4196

#425989 color RGB value is (66,89,137).

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

The process color (four color CMYK) of #425989 color hex is 0.52, 0.35, 0.00, 0.46. Web safe color of #425989 is #336699. Color #425989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011001 10001001
Octal 102 131 211
Decimal 66 89 137
Hex 42 59 89

RGB Percentages of Color #425989

%22.60
%30.48
%46.92

CMYK Percentages of Color #425989

%52
%35
%0
%46

Triadic Colors of #425989

#425989 #894259 #598942

Analogous Colors of #425989

#425989 #4f4289 #427d89

Monochromatic Colors of #425989

#425989

Complementary Color

#425989 #897242

#425989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425989 Color CSS Codes

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

#425989 Text Font Color

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

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


#425989 Background Color

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

This div background color is #425989


#425989 Border Color

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

This div border color is #425989


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,89,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 #425989">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425989


Comments

No comments written yet.

Please login to write comment.