Color Hex Logo

#425fdd Color Hex

#425FDD
(66,95,221)
0 Favorites   0 Comments

Color spaces of #425fdd

RGB 6695221
HSL0.640.700.56
HSV229°70°87°
CMYK 0.700.570.00   0.13
XYZ19.390114.563170.1956
Yxy14.56310.18620.1398
Hunter Lab38.161623.9138-82.3466
CIE-Lab45.029931.2810-67.5507

#425fdd color RGB value is (66,95,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011111 11011101
Octal 102 137 335
Decimal 66 95 221
Hex 42 5F DD

RGB Percentages of Color #425fdd

%17.28
%24.87
%57.85

CMYK Percentages of Color #425fdd

%70
%57
%0
%13

Triadic Colors of #425fdd

#425fdd #dd425f #5fdd42

Analogous Colors of #425fdd

#425fdd #7342dd #42addd

Monochromatic Colors of #425fdd

#425fdd

Complementary Color

#425fdd #ddc042

#425fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#425fdd Color CSS Codes

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

#425fdd Text Font Color

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

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


#425fdd Background Color

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

This div background color is #425fdd


#425fdd Border Color

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

This div border color is #425fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425fdd


Comments

No comments written yet.

Please login to write comment.