Color Hex Logo

#40115b Color Hex

#40115B
(64,17,91)
0 Favorites   0 Comments

Color spaces of #40115b

RGB 641791
HSL0.770.690.21
HSV278°81°36°
CMYK 0.300.810.00   0.64
XYZ4.20312.246210.1096
Yxy2.24620.25380.1356
Hunter Lab14.987323.8314-29.5025
CIE-Lab16.729635.7369-34.1334

#40115b color RGB value is (64,17,91).

#40115b hex color red value is 64, green value is 17 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #40115b hue: 0.77 , saturation: 0.69 and the lightness value of 40115b is 0.21.

The process color (four color CMYK) of #40115b color hex is 0.30, 0.81, 0.00, 0.64. Web safe color of #40115b is #330066. Color #40115b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010001 01011011
Octal 100 21 133
Decimal 64 17 91
Hex 40 11 5B

RGB Percentages of Color #40115b

%37.21
%9.88
%52.91

CMYK Percentages of Color #40115b

%30
%81
%0
%64

Triadic Colors of #40115b

#40115b #5b4011 #115b40

Analogous Colors of #40115b

#40115b #5b1151 #1b115b

Monochromatic Colors of #40115b

#40115b

Complementary Color

#40115b #2c5b11

#40115b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40115b Color Preview on White Background

Lorem ipsum dolor sit amet.

#40115b Color CSS Codes

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

#40115b Text Font Color

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

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


#40115b Background Color

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

This div background color is #40115b


#40115b Border Color

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

This div border color is #40115b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40115b


Comments

No comments written yet.

Please login to write comment.