Color Hex Logo

#425ade Color Hex

#425ADE
(66,90,222)
0 Favorites   0 Comments

Color spaces of #425ade

RGB 6690222
HSL0.640.700.56
HSV231°70°87°
CMYK 0.700.590.00   0.13
XYZ19.087713.744570.7542
Yxy13.74450.18430.1327
Hunter Lab37.073627.0237-87.2023
CIE-Lab43.864334.7671-70.0175

#425ade color RGB value is (66,90,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011010 11011110
Octal 102 132 336
Decimal 66 90 222
Hex 42 5A DE

RGB Percentages of Color #425ade

%17.46
%23.81
%58.73

CMYK Percentages of Color #425ade

%70
%59
%0
%13

Triadic Colors of #425ade

#425ade #de425a #5ade42

Analogous Colors of #425ade

#425ade #7842de #42a8de

Monochromatic Colors of #425ade

#425ade

Complementary Color

#425ade #dec642

#425ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#425ade Color CSS Codes

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

#425ade Text Font Color

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

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


#425ade Background Color

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

This div background color is #425ade


#425ade Border Color

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

This div border color is #425ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425ade


Comments

No comments written yet.

Please login to write comment.