Color Hex Logo

#425ce1 Color Hex

#425CE1
(66,92,225)
0 Favorites   0 Comments

Color spaces of #425ce1

RGB 6692225
HSL0.640.730.57
HSV230°71°88°
CMYK 0.710.590.00   0.12
XYZ19.664514.248872.9480
Yxy14.24880.18400.1333
Hunter Lab37.747626.9308-88.1559
CIE-Lab44.587634.5692-70.5425

#425ce1 color RGB value is (66,92,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011100 11100001
Octal 102 134 341
Decimal 66 92 225
Hex 42 5C E1

RGB Percentages of Color #425ce1

%17.23
%24.02
%58.75

CMYK Percentages of Color #425ce1

%71
%59
%0
%12

Triadic Colors of #425ce1

#425ce1 #e1425c #5ce142

Analogous Colors of #425ce1

#425ce1 #7842e1 #42ace1

Monochromatic Colors of #425ce1

#425ce1

Complementary Color

#425ce1 #e1c742

#425ce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425ce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#425ce1 Color CSS Codes

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

#425ce1 Text Font Color

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

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


#425ce1 Background Color

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

This div background color is #425ce1


#425ce1 Border Color

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

This div border color is #425ce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425ce1


Comments

No comments written yet.

Please login to write comment.