Color Hex Logo

#425597 Color Hex

#425597
(66,85,151)
0 Favorites   0 Comments

Color spaces of #425597

RGB 6685151
HSL0.630.390.43
HSV227°56°59°
CMYK 0.560.440.00   0.41
XYZ11.08129.889630.6030
Yxy9.88960.21490.1918
Hunter Lab31.44777.8643-35.6840
CIE-Lab37.643613.0380-38.5192

#425597 color RGB value is (66,85,151).

#425597 hex color red value is 66, green value is 85 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #425597 hue: 0.63 , saturation: 0.39 and the lightness value of 425597 is 0.43.

The process color (four color CMYK) of #425597 color hex is 0.56, 0.44, 0.00, 0.41. Web safe color of #425597 is #336699. Color #425597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010101 10010111
Octal 102 125 227
Decimal 66 85 151
Hex 42 55 97

RGB Percentages of Color #425597

%21.85
%28.15
%50.00

CMYK Percentages of Color #425597

%56
%44
%0
%41

Triadic Colors of #425597

#425597 #974255 #559742

Analogous Colors of #425597

#425597 #5a4297 #428097

Monochromatic Colors of #425597

#425597

Complementary Color

#425597 #978442

#425597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425597 Color CSS Codes

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

#425597 Text Font Color

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

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


#425597 Background Color

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

This div background color is #425597


#425597 Border Color

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

This div border color is #425597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425597


Comments

No comments written yet.

Please login to write comment.