Color Hex Logo

#40178b Color Hex

#40178B
(64,23,139)
0 Favorites   0 Comments

Color spaces of #40178b

RGB 6423139
HSL0.730.720.32
HSV261°83°55°
CMYK 0.540.830.00   0.45
XYZ7.08093.566924.7414
Yxy3.56690.20010.1008
Hunter Lab18.886233.8730-64.4509
CIE-Lab22.184645.7987-56.2089

#40178b color RGB value is (64,23,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010111 10001011
Octal 100 27 213
Decimal 64 23 139
Hex 40 17 8B

RGB Percentages of Color #40178b

%28.32
%10.18
%61.50

CMYK Percentages of Color #40178b

%54
%83
%0
%45

Triadic Colors of #40178b

#40178b #8b4017 #178b40

Analogous Colors of #40178b

#40178b #7a178b #17288b

Monochromatic Colors of #40178b

#40178b

Complementary Color

#40178b #628b17

#40178b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40178b Color Preview on White Background

Lorem ipsum dolor sit amet.

#40178b Color CSS Codes

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

#40178b Text Font Color

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

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


#40178b Background Color

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

This div background color is #40178b


#40178b Border Color

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

This div border color is #40178b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,23,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 #40178b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40178b


Comments

No comments written yet.

Please login to write comment.