Color Hex Logo

#40089f Color Hex

#40089F
(64,8,159)
0 Favorites   0 Comments

Color spaces of #40089f

RGB 648159
HSL0.730.900.33
HSV262°95°62°
CMYK 0.600.950.00   0.38
XYZ8.45923.766933.0821
Yxy3.76690.18670.0831
Hunter Lab19.408543.8344-87.4748
CIE-Lab22.885455.6281-67.4105

#40089f color RGB value is (64,8,159).

#40089f hex color red value is 64, green value is 8 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #40089f hue: 0.73 , saturation: 0.90 and the lightness value of 40089f is 0.33.

The process color (four color CMYK) of #40089f color hex is 0.60, 0.95, 0.00, 0.38. Web safe color of #40089f is #330099. Color #40089f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001000 10011111
Octal 100 10 237
Decimal 64 8 159
Hex 40 8 9F

RGB Percentages of Color #40089f

%27.71
%3.46
%68.83

CMYK Percentages of Color #40089f

%60
%95
%0
%38

Triadic Colors of #40089f

#40089f #9f4008 #089f40

Analogous Colors of #40089f

#40089f #8c089f #081b9f

Monochromatic Colors of #40089f

#40089f

Complementary Color

#40089f #679f08

#40089f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40089f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40089f Color CSS Codes

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

#40089f Text Font Color

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

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


#40089f Background Color

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

This div background color is #40089f


#40089f Border Color

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

This div border color is #40089f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40089f


Comments

No comments written yet.

Please login to write comment.