Color Hex Logo

#402de5 Color Hex

#402DE5
(64,45,229)
0 Favorites   0 Comments

Color spaces of #402de5

RGB 6445229
HSL0.680.780.54
HSV246°80°90°
CMYK 0.720.800.00   0.10
XYZ17.19568.623974.8870
Yxy8.62390.17070.0856
Hunter Lab29.366553.1297-130.6380
CIE-Lab35.249861.8848-88.1791

#402de5 color RGB value is (64,45,229).

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

The process color (four color CMYK) of #402de5 color hex is 0.72, 0.80, 0.00, 0.10. Web safe color of #402de5 is #3333cc. Color #402de5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101101 11100101
Octal 100 55 345
Decimal 64 45 229
Hex 40 2D E5

RGB Percentages of Color #402de5

%18.93
%13.31
%67.75

CMYK Percentages of Color #402de5

%72
%80
%0
%10

Triadic Colors of #402de5

#402de5 #e5402d #2de540

Analogous Colors of #402de5

#402de5 #9c2de5 #2d76e5

Monochromatic Colors of #402de5

#402de5

Complementary Color

#402de5 #d2e52d

#402de5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402de5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#402de5 Color CSS Codes

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

#402de5 Text Font Color

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

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


#402de5 Background Color

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

This div background color is #402de5


#402de5 Border Color

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

This div border color is #402de5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,45,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402de5


Comments

No comments written yet.

Please login to write comment.