Color Hex Logo

#401cad Color Hex

#401CAD
(64,28,173)
0 Favorites   0 Comments

Color spaces of #401cad

RGB 6428173
HSL0.710.720.39
HSV255°84°68°
CMYK 0.630.840.00   0.32
XYZ10.07244.937639.9573
Yxy4.93760.18320.0898
Hunter Lab22.220742.0258-91.0608
CIE-Lab26.556253.1789-69.8158

#401cad color RGB value is (64,28,173).

#401cad hex color red value is 64, green value is 28 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #401cad hue: 0.71 , saturation: 0.72 and the lightness value of 401cad is 0.39.

The process color (four color CMYK) of #401cad color hex is 0.63, 0.84, 0.00, 0.32. Web safe color of #401cad is #333399. Color #401cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011100 10101101
Octal 100 34 255
Decimal 64 28 173
Hex 40 1C AD

RGB Percentages of Color #401cad

%24.15
%10.57
%65.28

CMYK Percentages of Color #401cad

%63
%84
%0
%32

Triadic Colors of #401cad

#401cad #ad401c #1cad40

Analogous Colors of #401cad

#401cad #891cad #1c41ad

Monochromatic Colors of #401cad

#401cad

Complementary Color

#401cad #89ad1c

#401cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#401cad Color CSS Codes

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

#401cad Text Font Color

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

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


#401cad Background Color

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

This div background color is #401cad


#401cad Border Color

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

This div border color is #401cad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,28,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #401cad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #401cad;
  -webkit-box-shadow: 1px 1px 3px 2px #401cad;
  box-shadow:         1px 1px 3px 2px #401cad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401cad


Comments

No comments written yet.

Please login to write comment.