Color Hex Logo

#425def Color Hex

#425DEF
(66,93,239)
0 Favorites   0 Comments

Color spaces of #425def

RGB 6693239
HSL0.640.840.60
HSV231°72°94°
CMYK 0.720.610.00   0.06
XYZ21.741115.218983.4530
Yxy15.21890.18060.1264
Hunter Lab39.011431.2083-99.5249
CIE-Lab45.932638.8354-76.2504

#425def color RGB value is (66,93,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011101 11101111
Octal 102 135 357
Decimal 66 93 239
Hex 42 5D EF

RGB Percentages of Color #425def

%16.58
%23.37
%60.05

CMYK Percentages of Color #425def

%72
%61
%0
%6

Triadic Colors of #425def

#425def #ef425d #5def42

Analogous Colors of #425def

#425def #7e42ef #42b4ef

Monochromatic Colors of #425def

#425def

Complementary Color

#425def #efd442

#425def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425def Color Preview on White Background

Lorem ipsum dolor sit amet.

#425def Color CSS Codes

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

#425def Text Font Color

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

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


#425def Background Color

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

This div background color is #425def


#425def Border Color

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

This div border color is #425def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,93,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 #425def">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425def


Comments

No comments written yet.

Please login to write comment.