Color Hex Logo

#40309f Color Hex

#40309F
(64,48,159)
0 Favorites   0 Comments

Color spaces of #40309f

RGB 6448159
HSL0.690.540.41
HSV249°70°62°
CMYK 0.600.700.00   0.38
XYZ9.42935.707133.4055
Yxy5.70710.19430.1176
Hunter Lab23.889528.6480-66.1844
CIE-Lab28.661138.9592-57.8889

#40309f color RGB value is (64,48,159).

#40309f hex color red value is 64, green value is 48 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #40309f hue: 0.69 , saturation: 0.54 and the lightness value of 40309f is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110000 10011111
Octal 100 60 237
Decimal 64 48 159
Hex 40 30 9F

RGB Percentages of Color #40309f

%23.62
%17.71
%58.67

CMYK Percentages of Color #40309f

%60
%70
%0
%38

Triadic Colors of #40309f

#40309f #9f4030 #309f40

Analogous Colors of #40309f

#40309f #78309f #30579f

Monochromatic Colors of #40309f

#40309f

Complementary Color

#40309f #8f9f30

#40309f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40309f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40309f Color CSS Codes

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

#40309f Text Font Color

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

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


#40309f Background Color

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

This div background color is #40309f


#40309f Border Color

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

This div border color is #40309f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40309f


Comments

No comments written yet.

Please login to write comment.