Color Hex Logo

#403eee Color Hex

#403EEE
(64,62,238)
0 Favorites   0 Comments

Color spaces of #403eee

RGB 6462238
HSL0.670.840.59
HSV241°74°93°
CMYK 0.730.740.00   0.07
XYZ19.269610.708381.9402
Yxy10.70830.17220.0957
Hunter Lab32.723547.8454-125.5565
CIE-Lab39.084856.2955-86.9443

#403eee color RGB value is (64,62,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111110 11101110
Octal 100 76 356
Decimal 64 62 238
Hex 40 3E EE

RGB Percentages of Color #403eee

%17.58
%17.03
%65.38

CMYK Percentages of Color #403eee

%73
%74
%0
%7

Triadic Colors of #403eee

#403eee #ee403e #3eee40

Analogous Colors of #403eee

#403eee #983eee #3e94ee

Monochromatic Colors of #403eee

#403eee

Complementary Color

#403eee #ecee3e

#403eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#403eee Color CSS Codes

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

#403eee Text Font Color

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

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


#403eee Background Color

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

This div background color is #403eee


#403eee Border Color

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

This div border color is #403eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403eee


Comments

No comments written yet.

Please login to write comment.