Color Hex Logo

#402dfd Color Hex

#402DFD
(64,45,253)
0 Favorites   0 Comments

Color spaces of #402dfd

RGB 6445253
HSL0.680.980.58
HSV245°82°99°
CMYK 0.750.820.00   0.01
XYZ20.782410.058693.7747
Yxy10.05860.16680.0807
Hunter Lab31.715361.4657-153.1059
CIE-Lab37.947468.6918-97.2725

#402dfd color RGB value is (64,45,253).

#402dfd hex color red value is 64, green value is 45 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #402dfd hue: 0.68 , saturation: 0.98 and the lightness value of 402dfd is 0.58.

The process color (four color CMYK) of #402dfd color hex is 0.75, 0.82, 0.00, 0.01. Web safe color of #402dfd is #3333ff. Color #402dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101101 11111101
Octal 100 55 375
Decimal 64 45 253
Hex 40 2D FD

RGB Percentages of Color #402dfd

%17.68
%12.43
%69.89

CMYK Percentages of Color #402dfd

%75
%82
%0
%1

Triadic Colors of #402dfd

#402dfd #fd402d #2dfd40

Analogous Colors of #402dfd

#402dfd #a82dfd #2d82fd

Monochromatic Colors of #402dfd

#402dfd

Complementary Color

#402dfd #eafd2d

#402dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#402dfd Color CSS Codes

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

#402dfd Text Font Color

<p style="color:#402dfd">Text here</p>

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


#402dfd Background Color

<div style="background-color:#402dfd">
Div content here</div>

This div background color is #402dfd


#402dfd Border Color

<div style="border:3px solid #402dfd">
Div here</div>

This div border color is #402dfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,45,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #402dfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #402dfd;
  -webkit-box-shadow: 1px 1px 3px 2px #402dfd;
  box-shadow:         1px 1px 3px 2px #402dfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,45,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 #402dfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402dfd


Comments

No comments written yet.

Please login to write comment.