Color Hex Logo

#40007a Color Hex

#40007A
(64,0,122)
0 Favorites   0 Comments

Color spaces of #40007a

RGB 640122
HSL0.751.000.24
HSV271°100°48°
CMYK 0.481.000.00   0.52
XYZ5.62722.495118.5974
Yxy2.49510.21060.0934
Hunter Lab15.795935.9469-58.7484
CIE-Lab17.896448.7690-52.5249

#40007a color RGB value is (64,0,122).

#40007a hex color red value is 64, green value is 0 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #40007a hue: 0.75 , saturation: 1.00 and the lightness value of 40007a is 0.24.

The process color (four color CMYK) of #40007a color hex is 0.48, 1.00, 0.00, 0.52. Web safe color of #40007a is #330066. Color #40007a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000000 01111010
Octal 100 0 172
Decimal 64 0 122
Hex 40 0 7A

RGB Percentages of Color #40007a

%34.41
%0.00
%65.59

CMYK Percentages of Color #40007a

%48
%100
%0
%52

Triadic Colors of #40007a

#40007a #7a4000 #007a40

Analogous Colors of #40007a

#40007a #7a0077 #03007a

Monochromatic Colors of #40007a

#40007a

Complementary Color

#40007a #3a7a00

#40007a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40007a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40007a Color CSS Codes

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

#40007a Text Font Color

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

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


#40007a Background Color

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

This div background color is #40007a


#40007a Border Color

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

This div border color is #40007a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40007a


Comments

No comments written yet.

Please login to write comment.