Color Hex Logo

#40178a Color Hex

#40178A
(64,23,138)
0 Favorites   0 Comments

Color spaces of #40178a

RGB 6423138
HSL0.730.710.32
HSV261°83°54°
CMYK 0.540.830.00   0.46
XYZ7.00823.537824.3582
Yxy3.53780.20080.1014
Hunter Lab18.809033.5928-63.6158
CIE-Lab22.080545.5250-55.7551

#40178a color RGB value is (64,23,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010111 10001010
Octal 100 27 212
Decimal 64 23 138
Hex 40 17 8A

RGB Percentages of Color #40178a

%28.44
%10.22
%61.33

CMYK Percentages of Color #40178a

%54
%83
%0
%46

Triadic Colors of #40178a

#40178a #8a4017 #178a40

Analogous Colors of #40178a

#40178a #7a178a #17278a

Monochromatic Colors of #40178a

#40178a

Complementary Color

#40178a #618a17

#40178a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40178a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40178a Color CSS Codes

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

#40178a Text Font Color

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

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


#40178a Background Color

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

This div background color is #40178a


#40178a Border Color

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

This div border color is #40178a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40178a


Comments

No comments written yet.

Please login to write comment.