Color Hex Logo

#425ffd Color Hex

#425FFD
(66,95,253)
0 Favorites   0 Comments

Color spaces of #425ffd

RGB 6695253
HSL0.640.980.63
HSV231°74°99°
CMYK 0.740.620.00   0.01
XYZ24.068616.434594.8321
Yxy16.43450.17780.1214
Hunter Lab40.539535.0327-110.3166
CIE-Lab47.539542.4533-81.4470

#425ffd color RGB value is (66,95,253).

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

The process color (four color CMYK) of #425ffd color hex is 0.74, 0.62, 0.00, 0.01. Web safe color of #425ffd is #3366ff. Color #425ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01011111 11111101
Octal 102 137 375
Decimal 66 95 253
Hex 42 5F FD

RGB Percentages of Color #425ffd

%15.94
%22.95
%61.11

CMYK Percentages of Color #425ffd

%74
%62
%0
%1

Triadic Colors of #425ffd

#425ffd #fd425f #5ffd42

Analogous Colors of #425ffd

#425ffd #8342fd #42bdfd

Monochromatic Colors of #425ffd

#425ffd

Complementary Color

#425ffd #fde042

#425ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#425ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#425ffd Color CSS Codes

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

#425ffd Text Font Color

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

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


#425ffd Background Color

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

This div background color is #425ffd


#425ffd Border Color

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

This div border color is #425ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #425ffd


Comments

No comments written yet.

Please login to write comment.