Color Hex Logo

#425779 Color Hex

#425779
(66,87,121)
0 Favorites   0 Comments

Color spaces of #425779

RGB 6687121
HSL0.600.290.37
HSV217°45°47°
CMYK 0.450.280.00   0.53
XYZ9.10629.355119.4149
Yxy9.35510.24040.2470
Hunter Lab30.5861-0.3821-16.2248
CIE-Lab36.65921.8103-21.7780

#425779 color RGB value is (66,87,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010111 01111001
Octal 102 127 171
Decimal 66 87 121
Hex 42 57 79

RGB Percentages of Color #425779

%24.09
%31.75
%44.16

CMYK Percentages of Color #425779

%45
%28
%0
%53

Triadic Colors of #425779

#425779 #794257 #577942

Analogous Colors of #425779

#425779 #494279 #427379

Monochromatic Colors of #425779

#425779

Complementary Color

#425779 #796442

#425779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425779 Color CSS Codes

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

#425779 Text Font Color

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

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


#425779 Background Color

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

This div background color is #425779


#425779 Border Color

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

This div border color is #425779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425779


Comments

No comments written yet.

Please login to write comment.