Color Hex Logo

#425fcd Color Hex

#425FCD
(66,95,205)
0 Favorites   0 Comments

Color spaces of #425fcd

RGB 6695205
HSL0.630.580.53
HSV227°68°80°
CMYK 0.680.540.00   0.20
XYZ17.358413.750459.4968
Yxy13.75040.19160.1518
Hunter Lab37.081518.6657-69.1729
CIE-Lab43.872825.6064-60.2798

#425fcd color RGB value is (66,95,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011111 11001101
Octal 102 137 315
Decimal 66 95 205
Hex 42 5F CD

RGB Percentages of Color #425fcd

%18.03
%25.96
%56.01

CMYK Percentages of Color #425fcd

%68
%54
%0
%20

Triadic Colors of #425fcd

#425fcd #cd425f #5fcd42

Analogous Colors of #425fcd

#425fcd #6b42cd #42a5cd

Monochromatic Colors of #425fcd

#425fcd

Complementary Color

#425fcd #cdb042

#425fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#425fcd Color CSS Codes

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

#425fcd Text Font Color

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

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


#425fcd Background Color

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

This div background color is #425fcd


#425fcd Border Color

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

This div border color is #425fcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,95,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 #425fcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425fcd


Comments

No comments written yet.

Please login to write comment.