Color Hex Logo

#425daf Color Hex

#425DAF
(66,93,175)
0 Favorites   0 Comments

Color spaces of #425daf

RGB 6693175
HSL0.630.450.47
HSV225°62°69°
CMYK 0.620.470.00   0.31
XYZ13.899012.082142.1570
Yxy12.08210.20400.1773
Hunter Lab34.759310.5469-47.5769
CIE-Lab41.346316.2394-46.8965

#425daf color RGB value is (66,93,175).

#425daf hex color red value is 66, green value is 93 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #425daf hue: 0.63 , saturation: 0.45 and the lightness value of 425daf is 0.47.

The process color (four color CMYK) of #425daf color hex is 0.62, 0.47, 0.00, 0.31. Web safe color of #425daf is #336699. Color #425daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011101 10101111
Octal 102 135 257
Decimal 66 93 175
Hex 42 5D AF

RGB Percentages of Color #425daf

%19.76
%27.84
%52.40

CMYK Percentages of Color #425daf

%62
%47
%0
%31

Triadic Colors of #425daf

#425daf #af425d #5daf42

Analogous Colors of #425daf

#425daf #5e42af #4294af

Monochromatic Colors of #425daf

#425daf

Complementary Color

#425daf #af9442

#425daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#425daf Color CSS Codes

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

#425daf Text Font Color

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

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


#425daf Background Color

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

This div background color is #425daf


#425daf Border Color

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

This div border color is #425daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425daf


Comments

No comments written yet.

Please login to write comment.