Color Hex Logo

#40083e Color Hex

#40083E
(64,8,62)
0 Favorites   0 Comments

Color spaces of #40083e

RGB 64862
HSL0.840.780.14
HSV302°88°25°
CMYK 0.000.880.03   0.75
XYZ3.07071.61154.7066
Yxy1.61150.32710.1716
Hunter Lab12.694520.9624-13.0962
CIE-Lab13.300032.9532-19.6733

#40083e color RGB value is (64,8,62).

#40083e hex color red value is 64, green value is 8 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #40083e hue: 0.84 , saturation: 0.78 and the lightness value of 40083e is 0.14.

The process color (four color CMYK) of #40083e color hex is 0.00, 0.88, 0.03, 0.75. Web safe color of #40083e is #330033. Color #40083e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001000 00111110
Octal 100 10 76
Decimal 64 8 62
Hex 40 8 3E

RGB Percentages of Color #40083e

%47.76
%5.97
%46.27

CMYK Percentages of Color #40083e

%0
%88
%3
%75

Triadic Colors of #40083e

#40083e #3e4008 #083e40

Analogous Colors of #40083e

#40083e #400822 #260840

Monochromatic Colors of #40083e

#40083e

Complementary Color

#40083e #08400a

#40083e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40083e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40083e Color CSS Codes

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

#40083e Text Font Color

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

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


#40083e Background Color

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

This div background color is #40083e


#40083e Border Color

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

This div border color is #40083e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40083e


Comments

No comments written yet.

Please login to write comment.