Color Hex Logo

#40058a Color Hex

#40058A
(64,5,138)
0 Favorites   0 Comments

Color spaces of #40058a

RGB 645138
HSL0.740.930.28
HSV267°96°54°
CMYK 0.540.960.00   0.46
XYZ6.75613.033524.2742
Yxy3.03350.19830.0891
Hunter Lab17.416938.7612-70.4413
CIE-Lab20.177651.1825-58.8963

#40058a color RGB value is (64,5,138).

#40058a hex color red value is 64, green value is 5 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #40058a hue: 0.74 , saturation: 0.93 and the lightness value of 40058a is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000101 10001010
Octal 100 5 212
Decimal 64 5 138
Hex 40 5 8A

RGB Percentages of Color #40058a

%30.92
%2.42
%66.67

CMYK Percentages of Color #40058a

%54
%96
%0
%46

Triadic Colors of #40058a

#40058a #8a4005 #058a40

Analogous Colors of #40058a

#40058a #83058a #050d8a

Monochromatic Colors of #40058a

#40058a

Complementary Color

#40058a #4f8a05

#40058a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40058a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40058a Color CSS Codes

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

#40058a Text Font Color

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

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


#40058a Background Color

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

This div background color is #40058a


#40058a Border Color

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

This div border color is #40058a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40058a


Comments

No comments written yet.

Please login to write comment.