Color Hex Logo

#425ae1 Color Hex

#425AE1
(66,90,225)
0 Favorites   0 Comments

Color spaces of #425ae1

RGB 6690225
HSL0.640.730.57
HSV231°71°88°
CMYK 0.710.600.00   0.12
XYZ19.493513.906872.8910
Yxy13.90680.18340.1308
Hunter Lab37.291828.0464-89.7846
CIE-Lab44.099035.8158-71.3394

#425ae1 color RGB value is (66,90,225).

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

The process color (four color CMYK) of #425ae1 color hex is 0.71, 0.60, 0.00, 0.12. Web safe color of #425ae1 is #3366cc. Color #425ae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011010 11100001
Octal 102 132 341
Decimal 66 90 225
Hex 42 5A E1

RGB Percentages of Color #425ae1

%17.32
%23.62
%59.06

CMYK Percentages of Color #425ae1

%71
%60
%0
%12

Triadic Colors of #425ae1

#425ae1 #e1425a #5ae142

Analogous Colors of #425ae1

#425ae1 #7a42e1 #42aae1

Monochromatic Colors of #425ae1

#425ae1

Complementary Color

#425ae1 #e1c942

#425ae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425ae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425ae1 Color CSS Codes

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

#425ae1 Text Font Color

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

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


#425ae1 Background Color

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

This div background color is #425ae1


#425ae1 Border Color

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

This div border color is #425ae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425ae1


Comments

No comments written yet.

Please login to write comment.