Color Hex Logo

#40108b Color Hex

#40108B
(64,16,139)
0 Favorites   0 Comments

Color spaces of #40108b

RGB 6416139
HSL0.730.790.30
HSV263°88°55°
CMYK 0.540.880.00   0.45
XYZ6.95983.324724.7010
Yxy3.32470.19890.0950
Hunter Lab18.233836.2241-67.5556
CIE-Lab21.300048.4054-57.6677

#40108b color RGB value is (64,16,139).

#40108b hex color red value is 64, green value is 16 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #40108b hue: 0.73 , saturation: 0.79 and the lightness value of 40108b is 0.30.

The process color (four color CMYK) of #40108b color hex is 0.54, 0.88, 0.00, 0.45. Web safe color of #40108b is #330099. Color #40108b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010000 10001011
Octal 100 20 213
Decimal 64 16 139
Hex 40 10 8B

RGB Percentages of Color #40108b

%29.22
%7.31
%63.47

CMYK Percentages of Color #40108b

%54
%88
%0
%45

Triadic Colors of #40108b

#40108b #8b4010 #108b40

Analogous Colors of #40108b

#40108b #7e108b #101d8b

Monochromatic Colors of #40108b

#40108b

Complementary Color

#40108b #5b8b10

#40108b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40108b Color Preview on White Background

Lorem ipsum dolor sit amet.

#40108b Color CSS Codes

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

#40108b Text Font Color

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

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


#40108b Background Color

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

This div background color is #40108b


#40108b Border Color

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

This div border color is #40108b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,16,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40108b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40108b;
  -webkit-box-shadow: 1px 1px 3px 2px #40108b;
  box-shadow:         1px 1px 3px 2px #40108b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40108b


Comments

No comments written yet.

Please login to write comment.