Color Hex Logo

#425abe Color Hex

#425ABE
(66,90,190)
0 Favorites   0 Comments

Color spaces of #425abe

RGB 6690190
HSL0.630.490.50
HSV228°65°75°
CMYK 0.650.530.00   0.25
XYZ15.197212.188350.2668
Yxy12.18830.19570.1570
Hunter Lab34.911716.6061-60.9290
CIE-Lab41.513823.4759-55.4124

#425abe color RGB value is (66,90,190).

#425abe hex color red value is 66, green value is 90 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #425abe hue: 0.63 , saturation: 0.49 and the lightness value of 425abe is 0.50.

The process color (four color CMYK) of #425abe color hex is 0.65, 0.53, 0.00, 0.25. Web safe color of #425abe is #3366cc. Color #425abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011010 10111110
Octal 102 132 276
Decimal 66 90 190
Hex 42 5A BE

RGB Percentages of Color #425abe

%19.08
%26.01
%54.91

CMYK Percentages of Color #425abe

%65
%53
%0
%25

Triadic Colors of #425abe

#425abe #be425a #5abe42

Analogous Colors of #425abe

#425abe #6842be #4298be

Monochromatic Colors of #425abe

#425abe

Complementary Color

#425abe #bea642

#425abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#425abe Color CSS Codes

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

#425abe Text Font Color

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

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


#425abe Background Color

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

This div background color is #425abe


#425abe Border Color

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

This div border color is #425abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425abe


Comments

No comments written yet.

Please login to write comment.