Color Hex Logo

#425ece Color Hex

#425ECE
(66,94,206)
0 Favorites   0 Comments

Color spaces of #425ece

RGB 6694206
HSL0.630.590.53
HSV228°68°81°
CMYK 0.680.540.00   0.19
XYZ17.390013.619960.1049
Yxy13.61990.19090.1495
Hunter Lab36.905119.5266-70.7280
CIE-Lab43.682826.5975-61.1626

#425ece color RGB value is (66,94,206).

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

The process color (four color CMYK) of #425ece color hex is 0.68, 0.54, 0.00, 0.19. Web safe color of #425ece is #3366cc. Color #425ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011110 11001110
Octal 102 136 316
Decimal 66 94 206
Hex 42 5E CE

RGB Percentages of Color #425ece

%18.03
%25.68
%56.28

CMYK Percentages of Color #425ece

%68
%54
%0
%19

Triadic Colors of #425ece

#425ece #ce425e #5ece42

Analogous Colors of #425ece

#425ece #6c42ce #42a4ce

Monochromatic Colors of #425ece

#425ece

Complementary Color

#425ece #ceb242

#425ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#425ece Color CSS Codes

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

#425ece Text Font Color

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

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


#425ece Background Color

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

This div background color is #425ece


#425ece Border Color

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

This div border color is #425ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425ece


Comments

No comments written yet.

Please login to write comment.