Color Hex Logo

#401767 Color Hex

#401767
(64,23,103)
0 Favorites   0 Comments

Color spaces of #401767

RGB 6423103
HSL0.750.630.25
HSV271°78°40°
CMYK 0.380.780.00   0.60
XYZ4.86892.682113.0930
Yxy2.68210.23590.1299
Hunter Lab16.377124.4079-35.9365
CIE-Lab18.722936.0275-38.8494

#401767 color RGB value is (64,23,103).

#401767 hex color red value is 64, green value is 23 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #401767 hue: 0.75 , saturation: 0.63 and the lightness value of 401767 is 0.25.

The process color (four color CMYK) of #401767 color hex is 0.38, 0.78, 0.00, 0.60. Web safe color of #401767 is #330066. Color #401767 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010111 01100111
Octal 100 27 147
Decimal 64 23 103
Hex 40 17 67

RGB Percentages of Color #401767

%33.68
%12.11
%54.21

CMYK Percentages of Color #401767

%38
%78
%0
%60

Triadic Colors of #401767

#401767 #674017 #176740

Analogous Colors of #401767

#401767 #671766 #181767

Monochromatic Colors of #401767

#401767

Complementary Color

#401767 #3e6717

#401767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401767 Color CSS Codes

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

#401767 Text Font Color

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

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


#401767 Background Color

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

This div background color is #401767


#401767 Border Color

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

This div border color is #401767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401767


Comments

No comments written yet.

Please login to write comment.