Color Hex Logo

#402ade Color Hex

#402ADE
(64,42,222)
0 Favorites   0 Comments

Color spaces of #402ade

RGB 6442222
HSL0.690.730.52
HSV247°81°87°
CMYK 0.710.810.00   0.13
XYZ16.12718.019869.8052
Yxy8.01980.17170.0854
Hunter Lab28.319352.0926-126.3227
CIE-Lab34.024161.1852-86.2053

#402ade color RGB value is (64,42,222).

#402ade hex color red value is 64, green value is 42 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #402ade hue: 0.69 , saturation: 0.73 and the lightness value of 402ade is 0.52.

The process color (four color CMYK) of #402ade color hex is 0.71, 0.81, 0.00, 0.13. Web safe color of #402ade is #3333cc. Color #402ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101010 11011110
Octal 100 52 336
Decimal 64 42 222
Hex 40 2A DE

RGB Percentages of Color #402ade

%19.51
%12.80
%67.68

CMYK Percentages of Color #402ade

%71
%81
%0
%13

Triadic Colors of #402ade

#402ade #de402a #2ade40

Analogous Colors of #402ade

#402ade #9a2ade #2a6ede

Monochromatic Colors of #402ade

#402ade

Complementary Color

#402ade #c8de2a

#402ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#402ade Color CSS Codes

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

#402ade Text Font Color

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

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


#402ade Background Color

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

This div background color is #402ade


#402ade Border Color

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

This div border color is #402ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402ade


Comments

No comments written yet.

Please login to write comment.