Color Hex Logo

#40239f Color Hex

#40239F
(64,35,159)
0 Favorites   0 Comments

Color spaces of #40239f

RGB 6435159
HSL0.710.640.38
HSV254°78°62°
CMYK 0.600.780.00   0.38
XYZ8.97344.795333.2535
Yxy4.79530.19080.1020
Hunter Lab21.898234.8237-74.7062
CIE-Lab26.143446.0192-62.0249

#40239f color RGB value is (64,35,159).

#40239f hex color red value is 64, green value is 35 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #40239f hue: 0.71 , saturation: 0.64 and the lightness value of 40239f is 0.38.

The process color (four color CMYK) of #40239f color hex is 0.60, 0.78, 0.00, 0.38. Web safe color of #40239f is #333399. Color #40239f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00100011 10011111
Octal 100 43 237
Decimal 64 35 159
Hex 40 23 9F

RGB Percentages of Color #40239f

%24.81
%13.57
%61.63

CMYK Percentages of Color #40239f

%60
%78
%0
%38

Triadic Colors of #40239f

#40239f #9f4023 #239f40

Analogous Colors of #40239f

#40239f #7e239f #23449f

Monochromatic Colors of #40239f

#40239f

Complementary Color

#40239f #829f23

#40239f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40239f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40239f Color CSS Codes

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

#40239f Text Font Color

<p style="color:#40239f">Text here</p>

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


#40239f Background Color

<div style="background-color:#40239f">
Div content here</div>

This div background color is #40239f


#40239f Border Color

<div style="border:3px solid #40239f">
Div here</div>

This div border color is #40239f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,35,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40239f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40239f;
  -webkit-box-shadow: 1px 1px 3px 2px #40239f;
  box-shadow:         1px 1px 3px 2px #40239f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40239f


Comments

No comments written yet.

Please login to write comment.