Color Hex Logo

#403eca Color Hex

#403ECA
(64,62,202)
0 Favorites   0 Comments

Color spaces of #403eca

RGB 6462202
HSL0.670.570.52
HSV241°69°79°
CMYK 0.680.690.00   0.21
XYZ14.49768.799556.8115
Yxy8.79950.18100.1098
Hunter Lab29.664035.3260-92.7856
CIE-Lab35.595444.7566-72.0534

#403eca color RGB value is (64,62,202).

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

The process color (four color CMYK) of #403eca color hex is 0.68, 0.69, 0.00, 0.21. Web safe color of #403eca is #3333cc. Color #403eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111110 11001010
Octal 100 76 312
Decimal 64 62 202
Hex 40 3E CA

RGB Percentages of Color #403eca

%19.51
%18.90
%61.59

CMYK Percentages of Color #403eca

%68
%69
%0
%21

Triadic Colors of #403eca

#403eca #ca403e #3eca40

Analogous Colors of #403eca

#403eca #863eca #3e82ca

Monochromatic Colors of #403eca

#403eca

Complementary Color

#403eca #c8ca3e

#403eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#403eca Color CSS Codes

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

#403eca Text Font Color

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

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


#403eca Background Color

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

This div background color is #403eca


#403eca Border Color

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

This div border color is #403eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403eca


Comments

No comments written yet.

Please login to write comment.