Color Hex Logo

#400ade Color Hex

#400ADE
(64,10,222)
0 Favorites   0 Comments

Color spaces of #400ade

RGB 6410222
HSL0.710.910.45
HSV255°95°87°
CMYK 0.710.950.00   0.13
XYZ15.40776.581069.5654
Yxy6.58100.16830.0719
Hunter Lab25.653562.3152-142.8214
CIE-Lab30.833470.7597-91.5088

#400ade color RGB value is (64,10,222).

#400ade hex color red value is 64, green value is 10 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #400ade hue: 0.71 , saturation: 0.91 and the lightness value of 400ade is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001010 11011110
Octal 100 12 336
Decimal 64 10 222
Hex 40 A DE

RGB Percentages of Color #400ade

%21.62
%3.38
%75.00

CMYK Percentages of Color #400ade

%71
%95
%0
%13

Triadic Colors of #400ade

#400ade #de400a #0ade40

Analogous Colors of #400ade

#400ade #aa0ade #0a3ede

Monochromatic Colors of #400ade

#400ade

Complementary Color

#400ade #a8de0a

#400ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#400ade Color CSS Codes

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

#400ade Text Font Color

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

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


#400ade Background Color

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

This div background color is #400ade


#400ade Border Color

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

This div border color is #400ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400ade


Comments

No comments written yet.

Please login to write comment.