Color Hex Logo

#402eaf Color Hex

#402EAF
(64,46,175)
0 Favorites   0 Comments

Color spaces of #402eaf

RGB 6446175
HSL0.690.580.43
HSV248°74°69°
CMYK 0.630.740.00   0.31
XYZ10.82926.139141.1716
Yxy6.13910.18630.1056
Hunter Lab24.777234.6556-81.1765
CIE-Lab29.760745.1499-65.7269

#402eaf color RGB value is (64,46,175).

#402eaf hex color red value is 64, green value is 46 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #402eaf hue: 0.69 , saturation: 0.58 and the lightness value of 402eaf is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101110 10101111
Octal 100 56 257
Decimal 64 46 175
Hex 40 2E AF

RGB Percentages of Color #402eaf

%22.46
%16.14
%61.40

CMYK Percentages of Color #402eaf

%63
%74
%0
%31

Triadic Colors of #402eaf

#402eaf #af402e #2eaf40

Analogous Colors of #402eaf

#402eaf #812eaf #2e5daf

Monochromatic Colors of #402eaf

#402eaf

Complementary Color

#402eaf #9daf2e

#402eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#402eaf Color CSS Codes

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

#402eaf Text Font Color

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

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


#402eaf Background Color

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

This div background color is #402eaf


#402eaf Border Color

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

This div border color is #402eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,46,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 #402eaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402eaf


Comments

No comments written yet.

Please login to write comment.