Color Hex Logo

#425ea6 Color Hex

#425EA6
(66,94,166)
0 Favorites   0 Comments

Color spaces of #425ea6

RGB 6694166
HSL0.620.430.45
HSV223°60°65°
CMYK 0.600.430.00   0.35
XYZ13.132411.916837.6844
Yxy11.91680.20930.1900
Hunter Lab34.52077.4939-40.5592
CIE-Lab41.083612.4370-42.0005

#425ea6 color RGB value is (66,94,166).

#425ea6 hex color red value is 66, green value is 94 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #425ea6 hue: 0.62 , saturation: 0.43 and the lightness value of 425ea6 is 0.45.

The process color (four color CMYK) of #425ea6 color hex is 0.60, 0.43, 0.00, 0.35. Web safe color of #425ea6 is #336699. Color #425ea6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011110 10100110
Octal 102 136 246
Decimal 66 94 166
Hex 42 5E A6

RGB Percentages of Color #425ea6

%20.25
%28.83
%50.92

CMYK Percentages of Color #425ea6

%60
%43
%0
%35

Triadic Colors of #425ea6

#425ea6 #a6425e #5ea642

Analogous Colors of #425ea6

#425ea6 #5842a6 #4290a6

Monochromatic Colors of #425ea6

#425ea6

Complementary Color

#425ea6 #a68a42

#425ea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425ea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425ea6 Color CSS Codes

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

#425ea6 Text Font Color

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

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


#425ea6 Background Color

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

This div background color is #425ea6


#425ea6 Border Color

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

This div border color is #425ea6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,94,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #425ea6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #425ea6;
  -webkit-box-shadow: 1px 1px 3px 2px #425ea6;
  box-shadow:         1px 1px 3px 2px #425ea6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425ea6


Comments

No comments written yet.

Please login to write comment.