Color Hex Logo

#40097c Color Hex

#40097C
(64,9,124)
0 Favorites   0 Comments

Color spaces of #40097c

RGB 649124
HSL0.750.860.26
HSV269°93°49°
CMYK 0.480.930.00   0.51
XYZ5.85012.740619.2894
Yxy2.74060.20980.0983
Hunter Lab16.554834.1073-57.4956
CIE-Lab18.973646.6660-52.0274

#40097c color RGB value is (64,9,124).

#40097c hex color red value is 64, green value is 9 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #40097c hue: 0.75 , saturation: 0.86 and the lightness value of 40097c is 0.26.

The process color (four color CMYK) of #40097c color hex is 0.48, 0.93, 0.00, 0.51. Web safe color of #40097c is #330066. Color #40097c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001001 01111100
Octal 100 11 174
Decimal 64 9 124
Hex 40 9 7C

RGB Percentages of Color #40097c

%32.49
%4.57
%62.94

CMYK Percentages of Color #40097c

%48
%93
%0
%51

Triadic Colors of #40097c

#40097c #7c4009 #097c40

Analogous Colors of #40097c

#40097c #7a097c #090b7c

Monochromatic Colors of #40097c

#40097c

Complementary Color

#40097c #457c09

#40097c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40097c Color Preview on White Background

Lorem ipsum dolor sit amet.

#40097c Color CSS Codes

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

#40097c Text Font Color

<p style="color:#40097c">Text here</p>

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


#40097c Background Color

<div style="background-color:#40097c">
Div content here</div>

This div background color is #40097c


#40097c Border Color

<div style="border:3px solid #40097c">
Div here</div>

This div border color is #40097c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,9,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40097c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40097c;
  -webkit-box-shadow: 1px 1px 3px 2px #40097c;
  box-shadow:         1px 1px 3px 2px #40097c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40097c


Comments

No comments written yet.

Please login to write comment.