Color Hex Logo

#425faf Color Hex

#425FAF
(66,95,175)
0 Favorites   0 Comments

Color spaces of #425faf

RGB 6695175
HSL0.620.450.47
HSV224°62°69°
CMYK 0.620.460.00   0.31
XYZ14.076812.437842.2162
Yxy12.43780.20480.1810
Hunter Lab35.26739.5299-46.2852
CIE-Lab41.903614.9557-46.0038

#425faf color RGB value is (66,95,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011111 10101111
Octal 102 137 257
Decimal 66 95 175
Hex 42 5F AF

RGB Percentages of Color #425faf

%19.64
%28.27
%52.08

CMYK Percentages of Color #425faf

%62
%46
%0
%31

Triadic Colors of #425faf

#425faf #af425f #5faf42

Analogous Colors of #425faf

#425faf #5c42af #4296af

Monochromatic Colors of #425faf

#425faf

Complementary Color

#425faf #af9242

#425faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#425faf Color CSS Codes

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

#425faf Text Font Color

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

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


#425faf Background Color

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

This div background color is #425faf


#425faf Border Color

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

This div border color is #425faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,95,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 #425faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425faf


Comments

No comments written yet.

Please login to write comment.