Color Hex Logo

#425ecd Color Hex

#425ECD
(66,94,205)
0 Favorites   0 Comments

Color spaces of #425ecd

RGB 6694205
HSL0.630.580.53
HSV228°68°80°
CMYK 0.680.540.00   0.20
XYZ17.268913.571459.4670
Yxy13.57140.19120.1503
Hunter Lab36.839419.2051-69.9198
CIE-Lab43.611926.2428-60.7024

#425ecd color RGB value is (66,94,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011110 11001101
Octal 102 136 315
Decimal 66 94 205
Hex 42 5E CD

RGB Percentages of Color #425ecd

%18.08
%25.75
%56.16

CMYK Percentages of Color #425ecd

%68
%54
%0
%20

Triadic Colors of #425ecd

#425ecd #cd425e #5ecd42

Analogous Colors of #425ecd

#425ecd #6c42cd #42a4cd

Monochromatic Colors of #425ecd

#425ecd

Complementary Color

#425ecd #cdb142

#425ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#425ecd Color CSS Codes

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

#425ecd Text Font Color

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

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


#425ecd Background Color

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

This div background color is #425ecd


#425ecd Border Color

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

This div border color is #425ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425ecd


Comments

No comments written yet.

Please login to write comment.