Color Hex Logo

#40016c Color Hex

#40016C
(64,1,108)
0 Favorites   0 Comments

Color spaces of #40016c

RGB 641108
HSL0.760.980.21
HSV275°99°42°
CMYK 0.410.990.00   0.58
XYZ4.83202.194414.3562
Yxy2.19440.22600.1026
Hunter Lab14.813532.3011-47.0902
CIE-Lab16.476145.2420-45.8010

#40016c color RGB value is (64,1,108).

#40016c hex color red value is 64, green value is 1 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #40016c hue: 0.76 , saturation: 0.98 and the lightness value of 40016c is 0.21.

The process color (four color CMYK) of #40016c color hex is 0.41, 0.99, 0.00, 0.58. Web safe color of #40016c is #330066. Color #40016c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000001 01101100
Octal 100 1 154
Decimal 64 1 108
Hex 40 1 6C

RGB Percentages of Color #40016c

%36.99
%0.58
%62.43

CMYK Percentages of Color #40016c

%41
%99
%0
%58

Triadic Colors of #40016c

#40016c #6c4001 #016c40

Analogous Colors of #40016c

#40016c #6c0163 #0a016c

Monochromatic Colors of #40016c

#40016c

Complementary Color

#40016c #2d6c01

#40016c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40016c Color Preview on White Background

Lorem ipsum dolor sit amet.

#40016c Color CSS Codes

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

#40016c Text Font Color

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

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


#40016c Background Color

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

This div background color is #40016c


#40016c Border Color

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

This div border color is #40016c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40016c


Comments

No comments written yet.

Please login to write comment.