Color Hex Logo

#425cef Color Hex

#425CEF
(66,92,239)
0 Favorites   0 Comments

Color spaces of #425cef

RGB 6692239
HSL0.640.840.60
HSV231°72°94°
CMYK 0.720.620.00   0.06
XYZ21.653915.044583.4240
Yxy15.04450.18030.1252
Hunter Lab38.787231.7742-100.3705
CIE-Lab45.695139.4496-76.6387

#425cef color RGB value is (66,92,239).

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

The process color (four color CMYK) of #425cef color hex is 0.72, 0.62, 0.00, 0.06. Web safe color of #425cef is #3366ff. Color #425cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011100 11101111
Octal 102 134 357
Decimal 66 92 239
Hex 42 5C EF

RGB Percentages of Color #425cef

%16.62
%23.17
%60.20

CMYK Percentages of Color #425cef

%72
%62
%0
%6

Triadic Colors of #425cef

#425cef #ef425c #5cef42

Analogous Colors of #425cef

#425cef #7f42ef #42b3ef

Monochromatic Colors of #425cef

#425cef

Complementary Color

#425cef #efd542

#425cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#425cef Color CSS Codes

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

#425cef Text Font Color

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

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


#425cef Background Color

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

This div background color is #425cef


#425cef Border Color

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

This div border color is #425cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425cef


Comments

No comments written yet.

Please login to write comment.