Color Hex Logo

#403977 Color Hex

#403977
(64,57,119)
0 Favorites   0 Comments

Color spaces of #403977

RGB 6457119
HSL0.690.350.35
HSV247°52°47°
CMYK 0.460.520.00   0.53
XYZ6.90735.348218.1210
Yxy5.34820.22740.1761
Hunter Lab23.126212.8434-30.2696
CIE-Lab27.704620.2720-34.6585

#403977 color RGB value is (64,57,119).

#403977 hex color red value is 64, green value is 57 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #403977 hue: 0.69 , saturation: 0.35 and the lightness value of 403977 is 0.35.

The process color (four color CMYK) of #403977 color hex is 0.46, 0.52, 0.00, 0.53. Web safe color of #403977 is #333366. Color #403977 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111001 01110111
Octal 100 71 167
Decimal 64 57 119
Hex 40 39 77

RGB Percentages of Color #403977

%26.67
%23.75
%49.58

CMYK Percentages of Color #403977

%46
%52
%0
%53

Triadic Colors of #403977

#403977 #774039 #397740

Analogous Colors of #403977

#403977 #5f3977 #395177

Monochromatic Colors of #403977

#403977

Complementary Color

#403977 #707739

#403977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403977 Color CSS Codes

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

#403977 Text Font Color

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

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


#403977 Background Color

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

This div background color is #403977


#403977 Border Color

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

This div border color is #403977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403977


Comments

No comments written yet.

Please login to write comment.