Color Hex Logo

#425fab Color Hex

#425FAB
(66,95,171)
0 Favorites   0 Comments

Color spaces of #425fab

RGB 6695171
HSL0.620.440.46
HSV223°61°67°
CMYK 0.610.440.00   0.33
XYZ13.689712.282940.1774
Yxy12.28290.20690.1857
Hunter Lab35.04708.3917-43.4364
CIE-Lab41.662313.5486-44.0334

#425fab color RGB value is (66,95,171).

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

The process color (four color CMYK) of #425fab color hex is 0.61, 0.44, 0.00, 0.33. Web safe color of #425fab is #336699. Color #425fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011111 10101011
Octal 102 137 253
Decimal 66 95 171
Hex 42 5F AB

RGB Percentages of Color #425fab

%19.88
%28.61
%51.51

CMYK Percentages of Color #425fab

%61
%44
%0
%33

Triadic Colors of #425fab

#425fab #ab425f #5fab42

Analogous Colors of #425fab

#425fab #5942ab #4294ab

Monochromatic Colors of #425fab

#425fab

Complementary Color

#425fab #ab8e42

#425fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#425fab Color CSS Codes

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

#425fab Text Font Color

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

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


#425fab Background Color

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

This div background color is #425fab


#425fab Border Color

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

This div border color is #425fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425fab


Comments

No comments written yet.

Please login to write comment.