Color Hex Logo

#403693 Color Hex

#403693
(64,54,147)
0 Favorites   0 Comments

Color spaces of #403693

RGB 6454147
HSL0.680.460.39
HSV246°63°58°
CMYK 0.560.630.00   0.42
XYZ8.70005.834928.2715
Yxy5.83490.20320.1363
Hunter Lab24.155522.0174-52.4838
CIE-Lab28.992131.4046-50.0203

#403693 color RGB value is (64,54,147).

#403693 hex color red value is 64, green value is 54 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #403693 hue: 0.68 , saturation: 0.46 and the lightness value of 403693 is 0.39.

The process color (four color CMYK) of #403693 color hex is 0.56, 0.63, 0.00, 0.42. Web safe color of #403693 is #333399. Color #403693 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110110 10010011
Octal 100 66 223
Decimal 64 54 147
Hex 40 36 93

RGB Percentages of Color #403693

%24.15
%20.38
%55.47

CMYK Percentages of Color #403693

%56
%63
%0
%42

Triadic Colors of #403693

#403693 #934036 #369340

Analogous Colors of #403693

#403693 #6f3693 #365b93

Monochromatic Colors of #403693

#403693

Complementary Color

#403693 #899336

#403693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403693 Color CSS Codes

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

#403693 Text Font Color

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

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


#403693 Background Color

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

This div background color is #403693


#403693 Border Color

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

This div border color is #403693


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,54,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #403693; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #403693;
  -webkit-box-shadow: 1px 1px 3px 2px #403693;
  box-shadow:         1px 1px 3px 2px #403693; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403693


Comments

No comments written yet.

Please login to write comment.