Color Hex Logo

#425cde Color Hex

#425CDE
(66,92,222)
0 Favorites   0 Comments

Color spaces of #425cde

RGB 6692222
HSL0.640.700.56
HSV230°70°87°
CMYK 0.700.590.00   0.13
XYZ19.258714.086570.8112
Yxy14.08650.18490.1352
Hunter Lab37.532025.9123-85.5894
CIE-Lab44.356733.5162-69.2149

#425cde color RGB value is (66,92,222).

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

The process color (four color CMYK) of #425cde color hex is 0.70, 0.59, 0.00, 0.13. Web safe color of #425cde is #3366cc. Color #425cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011100 11011110
Octal 102 134 336
Decimal 66 92 222
Hex 42 5C DE

RGB Percentages of Color #425cde

%17.37
%24.21
%58.42

CMYK Percentages of Color #425cde

%70
%59
%0
%13

Triadic Colors of #425cde

#425cde #de425c #5cde42

Analogous Colors of #425cde

#425cde #7642de #42aade

Monochromatic Colors of #425cde

#425cde

Complementary Color

#425cde #dec442

#425cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#425cde Color CSS Codes

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

#425cde Text Font Color

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

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


#425cde Background Color

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

This div background color is #425cde


#425cde Border Color

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

This div border color is #425cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425cde


Comments

No comments written yet.

Please login to write comment.