Color Hex Logo

#425cfe Color Hex

#425CFE
(66,92,254)
0 Favorites   0 Comments

Color spaces of #425cfe

RGB 6692254
HSL0.640.990.63
HSV232°74°100°
CMYK 0.740.640.00   0.00
XYZ23.963315.968395.5851
Yxy15.96830.17680.1178
Hunter Lab39.960437.1117-113.8493
CIE-Lab46.932944.6059-82.9971

#425cfe color RGB value is (66,92,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011100 11111110
Octal 102 134 376
Decimal 66 92 254
Hex 42 5C FE

RGB Percentages of Color #425cfe

%16.02
%22.33
%61.65

CMYK Percentages of Color #425cfe

%74
%64
%0
%0

Triadic Colors of #425cfe

#425cfe #fe425c #5cfe42

Analogous Colors of #425cfe

#425cfe #8642fe #42bafe

Monochromatic Colors of #425cfe

#425cfe

Complementary Color

#425cfe #fee442

#425cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#425cfe Color CSS Codes

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

#425cfe Text Font Color

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

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


#425cfe Background Color

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

This div background color is #425cfe


#425cfe Border Color

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

This div border color is #425cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.