Color Hex Logo

#425afa Color Hex

#425AFA
(66,90,250)
0 Favorites   0 Comments

Color spaces of #425afa

RGB 6690250
HSL0.640.950.62
HSV232°74°98°
CMYK 0.740.640.00   0.02
XYZ23.158315.372792.1891
Yxy15.37270.17720.1176
Hunter Lab39.208036.8173-111.9618
CIE-Lab46.140544.4440-82.0679

#425afa color RGB value is (66,90,250).

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

The process color (four color CMYK) of #425afa color hex is 0.74, 0.64, 0.00, 0.02. Web safe color of #425afa is #3366ff. Color #425afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011010 11111010
Octal 102 132 372
Decimal 66 90 250
Hex 42 5A FA

RGB Percentages of Color #425afa

%16.26
%22.17
%61.58

CMYK Percentages of Color #425afa

%74
%64
%0
%2

Triadic Colors of #425afa

#425afa #fa425a #5afa42

Analogous Colors of #425afa

#425afa #8642fa #42b6fa

Monochromatic Colors of #425afa

#425afa

Complementary Color

#425afa #fae242

#425afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#425afa Color CSS Codes

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

#425afa Text Font Color

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

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


#425afa Background Color

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

This div background color is #425afa


#425afa Border Color

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

This div border color is #425afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425afa


Comments

No comments written yet.

Please login to write comment.