Color Hex Logo

#403eed Color Hex

#403EED
(64,62,237)
0 Favorites   0 Comments

Color spaces of #403eed

RGB 6462237
HSL0.670.830.59
HSV241°74°93°
CMYK 0.730.740.00   0.07
XYZ19.123010.649781.1685
Yxy10.64970.17240.0960
Hunter Lab32.633947.4892-124.6251
CIE-Lab38.984155.9827-86.5449

#403eed color RGB value is (64,62,237).

#403eed hex color red value is 64, green value is 62 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #403eed hue: 0.67 , saturation: 0.83 and the lightness value of 403eed is 0.59.

The process color (four color CMYK) of #403eed color hex is 0.73, 0.74, 0.00, 0.07. Web safe color of #403eed is #3333ff. Color #403eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111110 11101101
Octal 100 76 355
Decimal 64 62 237
Hex 40 3E ED

RGB Percentages of Color #403eed

%17.63
%17.08
%65.29

CMYK Percentages of Color #403eed

%73
%74
%0
%7

Triadic Colors of #403eed

#403eed #ed403e #3eed40

Analogous Colors of #403eed

#403eed #983eed #3e94ed

Monochromatic Colors of #403eed

#403eed

Complementary Color

#403eed #ebed3e

#403eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#403eed Color CSS Codes

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

#403eed Text Font Color

<p style="color:#403eed">Text here</p>

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


#403eed Background Color

<div style="background-color:#403eed">
Div content here</div>

This div background color is #403eed


#403eed Border Color

<div style="border:3px solid #403eed">
Div here</div>

This div border color is #403eed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,62,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #403eed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #403eed;
  -webkit-box-shadow: 1px 1px 3px 2px #403eed;
  box-shadow:         1px 1px 3px 2px #403eed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403eed


Comments

No comments written yet.

Please login to write comment.