Color Hex Logo

#401eaf Color Hex

#401EAF
(64,30,175)
0 Favorites   0 Comments

Color spaces of #401eaf

RGB 6430175
HSL0.710.710.40
HSV254°83°69°
CMYK 0.630.830.00   0.31
XYZ10.31655.113741.0007
Yxy5.11370.18280.0906
Hunter Lab22.613541.8599-91.6697
CIE-Lab27.056352.9197-70.1894

#401eaf color RGB value is (64,30,175).

#401eaf hex color red value is 64, green value is 30 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #401eaf hue: 0.71 , saturation: 0.71 and the lightness value of 401eaf is 0.40.

The process color (four color CMYK) of #401eaf color hex is 0.63, 0.83, 0.00, 0.31. Web safe color of #401eaf is #333399. Color #401eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011110 10101111
Octal 100 36 257
Decimal 64 30 175
Hex 40 1E AF

RGB Percentages of Color #401eaf

%23.79
%11.15
%65.06

CMYK Percentages of Color #401eaf

%63
%83
%0
%31

Triadic Colors of #401eaf

#401eaf #af401e #1eaf40

Analogous Colors of #401eaf

#401eaf #891eaf #1e45af

Monochromatic Colors of #401eaf

#401eaf

Complementary Color

#401eaf #8daf1e

#401eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#401eaf Color CSS Codes

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

#401eaf Text Font Color

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

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


#401eaf Background Color

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

This div background color is #401eaf


#401eaf Border Color

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

This div border color is #401eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401eaf


Comments

No comments written yet.

Please login to write comment.