Color Hex Logo

#40325b Color Hex

#40325B
(64,50,91)
0 Favorites   0 Comments

Color spaces of #40325b

RGB 645091
HSL0.720.290.28
HSV260°45°36°
CMYK 0.300.450.00   0.64
XYZ5.14334.126510.4229
Yxy4.12650.26120.2095
Hunter Lab20.31389.6457-16.2017
CIE-Lab24.085316.3386-22.3772

#40325b color RGB value is (64,50,91).

#40325b hex color red value is 64, green value is 50 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #40325b hue: 0.72 , saturation: 0.29 and the lightness value of 40325b is 0.28.

The process color (four color CMYK) of #40325b color hex is 0.30, 0.45, 0.00, 0.64. Web safe color of #40325b is #333366. Color #40325b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110010 01011011
Octal 100 62 133
Decimal 64 50 91
Hex 40 32 5B

RGB Percentages of Color #40325b

%31.22
%24.39
%44.39

CMYK Percentages of Color #40325b

%30
%45
%0
%64

Triadic Colors of #40325b

#40325b #5b4032 #325b40

Analogous Colors of #40325b

#40325b #55325b #32395b

Monochromatic Colors of #40325b

#40325b

Complementary Color

#40325b #4d5b32

#40325b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40325b Color Preview on White Background

Lorem ipsum dolor sit amet.

#40325b Color CSS Codes

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

#40325b Text Font Color

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

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


#40325b Background Color

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

This div background color is #40325b


#40325b Border Color

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

This div border color is #40325b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40325b


Comments

No comments written yet.

Please login to write comment.