Color Hex Logo

#425eff Color Hex

#425EFF
(66,94,255)
0 Favorites   0 Comments

Color spaces of #425eff

RGB 6694255
HSL0.641.000.63
HSV231°74°100°
CMYK 0.740.630.00   0.00
XYZ24.299516.383796.4894
Yxy16.38370.17710.1194
Hunter Lab40.476836.3249-113.0030
CIE-Lab47.473943.7442-82.6663

#425eff color RGB value is (66,94,255).

#425eff hex color red value is 66, green value is 94 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #425eff hue: 0.64 , saturation: 1.00 and the lightness value of 425eff is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011110 11111111
Octal 102 136 377
Decimal 66 94 255
Hex 42 5E FF

RGB Percentages of Color #425eff

%15.90
%22.65
%61.45

CMYK Percentages of Color #425eff

%74
%63
%0
%0

Triadic Colors of #425eff

#425eff #ff425e #5eff42

Analogous Colors of #425eff

#425eff #8542ff #42bdff

Monochromatic Colors of #425eff

#425eff

Complementary Color

#425eff #ffe342

#425eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#425eff Color CSS Codes

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

#425eff Text Font Color

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

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


#425eff Background Color

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

This div background color is #425eff


#425eff Border Color

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

This div border color is #425eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425eff


Comments

No comments written yet.

Please login to write comment.