Color Hex Logo

#40038d Color Hex

#40038D
(64,3,141)
0 Favorites   0 Comments

Color spaces of #40038d

RGB 643141
HSL0.740.960.28
HSV267°98°55°
CMYK 0.550.980.00   0.45
XYZ6.95463.078225.4269
Yxy3.07820.19610.0868
Hunter Lab17.544840.0524-73.6450
CIE-Lab20.354452.4292-60.4814

#40038d color RGB value is (64,3,141).

#40038d hex color red value is 64, green value is 3 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #40038d hue: 0.74 , saturation: 0.96 and the lightness value of 40038d is 0.28.

The process color (four color CMYK) of #40038d color hex is 0.55, 0.98, 0.00, 0.45. Web safe color of #40038d is #330099. Color #40038d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000011 10001101
Octal 100 3 215
Decimal 64 3 141
Hex 40 3 8D

RGB Percentages of Color #40038d

%30.77
%1.44
%67.79

CMYK Percentages of Color #40038d

%55
%98
%0
%45

Triadic Colors of #40038d

#40038d #8d4003 #038d40

Analogous Colors of #40038d

#40038d #85038d #030b8d

Monochromatic Colors of #40038d

#40038d

Complementary Color

#40038d #508d03

#40038d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40038d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40038d Color CSS Codes

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

#40038d Text Font Color

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

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


#40038d Background Color

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

This div background color is #40038d


#40038d Border Color

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

This div border color is #40038d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40038d


Comments

No comments written yet.

Please login to write comment.