Color Hex Logo

#425ce5 Color Hex

#425CE5
(66,92,229)
0 Favorites   0 Comments

Color spaces of #425ce5

RGB 6692229
HSL0.640.760.58
HSV230°71°90°
CMYK 0.710.600.00   0.10
XYZ20.216814.469775.8561
Yxy14.46970.18290.1309
Hunter Lab38.039128.2999-91.6066
CIE-Lab44.899135.9696-72.3007

#425ce5 color RGB value is (66,92,229).

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

The process color (four color CMYK) of #425ce5 color hex is 0.71, 0.60, 0.00, 0.10. Web safe color of #425ce5 is #3366cc. Color #425ce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011100 11100101
Octal 102 134 345
Decimal 66 92 229
Hex 42 5C E5

RGB Percentages of Color #425ce5

%17.05
%23.77
%59.17

CMYK Percentages of Color #425ce5

%71
%60
%0
%10

Triadic Colors of #425ce5

#425ce5 #e5425c #5ce542

Analogous Colors of #425ce5

#425ce5 #7a42e5 #42aee5

Monochromatic Colors of #425ce5

#425ce5

Complementary Color

#425ce5 #e5cb42

#425ce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425ce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425ce5 Color CSS Codes

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

#425ce5 Text Font Color

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

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


#425ce5 Background Color

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

This div background color is #425ce5


#425ce5 Border Color

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

This div border color is #425ce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425ce5


Comments

No comments written yet.

Please login to write comment.