Color Hex Logo

#403ecb Color Hex

#403ECB
(64,62,203)
0 Favorites   0 Comments

Color spaces of #403ecb

RGB 6462203
HSL0.670.580.52
HSV241°69°80°
CMYK 0.680.690.00   0.20
XYZ14.61658.847057.4372
Yxy8.84700.18070.1094
Hunter Lab29.743935.6651-93.6717
CIE-Lab35.688045.0855-72.4826

#403ecb color RGB value is (64,62,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111110 11001011
Octal 100 76 313
Decimal 64 62 203
Hex 40 3E CB

RGB Percentages of Color #403ecb

%19.45
%18.84
%61.70

CMYK Percentages of Color #403ecb

%68
%69
%0
%20

Triadic Colors of #403ecb

#403ecb #cb403e #3ecb40

Analogous Colors of #403ecb

#403ecb #873ecb #3e83cb

Monochromatic Colors of #403ecb

#403ecb

Complementary Color

#403ecb #c9cb3e

#403ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#403ecb Color CSS Codes

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

#403ecb Text Font Color

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

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


#403ecb Background Color

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

This div background color is #403ecb


#403ecb Border Color

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

This div border color is #403ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403ecb


Comments

No comments written yet.

Please login to write comment.