Color Hex Logo

#425fdf Color Hex

#425FDF
(66,95,223)
0 Favorites   0 Comments

Color spaces of #425fdf

RGB 6695223
HSL0.640.710.57
HSV229°70°87°
CMYK 0.700.570.00   0.13
XYZ19.658314.670471.6076
Yxy14.67040.18560.1385
Hunter Lab38.302024.5859-84.0345
CIE-Lab45.179431.9874-68.4437

#425fdf color RGB value is (66,95,223).

#425fdf hex color red value is 66, green value is 95 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #425fdf hue: 0.64 , saturation: 0.71 and the lightness value of 425fdf is 0.57.

The process color (four color CMYK) of #425fdf color hex is 0.70, 0.57, 0.00, 0.13. Web safe color of #425fdf is #3366cc. Color #425fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011111 11011111
Octal 102 137 337
Decimal 66 95 223
Hex 42 5F DF

RGB Percentages of Color #425fdf

%17.19
%24.74
%58.07

CMYK Percentages of Color #425fdf

%70
%57
%0
%13

Triadic Colors of #425fdf

#425fdf #df425f #5fdf42

Analogous Colors of #425fdf

#425fdf #7442df #42aedf

Monochromatic Colors of #425fdf

#425fdf

Complementary Color

#425fdf #dfc242

#425fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#425fdf Color CSS Codes

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

#425fdf Text Font Color

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

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


#425fdf Background Color

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

This div background color is #425fdf


#425fdf Border Color

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

This div border color is #425fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425fdf


Comments

No comments written yet.

Please login to write comment.