Color Hex Logo

#402697 Color Hex

#402697
(64,38,151)
0 Favorites   0 Comments

Color spaces of #402697

RGB 6438151
HSL0.710.600.37
HSV254°75°59°
CMYK 0.580.750.00   0.41
XYZ8.39344.710629.7450
Yxy4.71060.19590.1099
Hunter Lab21.703931.0482-66.0636
CIE-Lab25.893842.0802-57.5413

#402697 color RGB value is (64,38,151).

#402697 hex color red value is 64, green value is 38 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #402697 hue: 0.71 , saturation: 0.60 and the lightness value of 402697 is 0.37.

The process color (four color CMYK) of #402697 color hex is 0.58, 0.75, 0.00, 0.41. Web safe color of #402697 is #333399. Color #402697 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00100110 10010111
Octal 100 46 227
Decimal 64 38 151
Hex 40 26 97

RGB Percentages of Color #402697

%25.30
%15.02
%59.68

CMYK Percentages of Color #402697

%58
%75
%0
%41

Triadic Colors of #402697

#402697 #974026 #269740

Analogous Colors of #402697

#402697 #792697 #264597

Monochromatic Colors of #402697

#402697

Complementary Color

#402697 #7d9726

#402697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#402697 Color CSS Codes

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

#402697 Text Font Color

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

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


#402697 Background Color

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

This div background color is #402697


#402697 Border Color

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

This div border color is #402697


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,38,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #402697; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #402697;
  -webkit-box-shadow: 1px 1px 3px 2px #402697;
  box-shadow:         1px 1px 3px 2px #402697; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402697


Comments

No comments written yet.

Please login to write comment.