Color Hex Logo

#425978 Color Hex

#425978
(66,89,120)
0 Favorites   0 Comments

Color spaces of #425978

RGB 6689120
HSL0.600.290.36
HSV214°45°47°
CMYK 0.450.260.00   0.53
XYZ9.20939.659119.1483
Yxy9.65910.24220.2541
Hunter Lab31.0791-1.4956-14.7741
CIE-Lab37.22350.2381-20.2874

#425978 color RGB value is (66,89,120).

#425978 hex color red value is 66, green value is 89 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #425978 hue: 0.60 , saturation: 0.29 and the lightness value of 425978 is 0.36.

The process color (four color CMYK) of #425978 color hex is 0.45, 0.26, 0.00, 0.53. Web safe color of #425978 is #336666. Color #425978 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011001 01111000
Octal 102 131 170
Decimal 66 89 120
Hex 42 59 78

RGB Percentages of Color #425978

%24.00
%32.36
%43.64

CMYK Percentages of Color #425978

%45
%26
%0
%53

Triadic Colors of #425978

#425978 #784259 #597842

Analogous Colors of #425978

#425978 #464278 #427478

Monochromatic Colors of #425978

#425978

Complementary Color

#425978 #786142

#425978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425978 Color CSS Codes

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

#425978 Text Font Color

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

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


#425978 Background Color

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

This div background color is #425978


#425978 Border Color

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

This div border color is #425978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425978


Comments

No comments written yet.

Please login to write comment.