Color Hex Logo

#402daf Color Hex

#402DAF
(64,45,175)
0 Favorites   0 Comments

Color spaces of #402daf

RGB 6445175
HSL0.690.590.43
HSV249°74°69°
CMYK 0.630.740.00   0.31
XYZ10.79066.061941.1588
Yxy6.06190.18600.1045
Hunter Lab24.620935.1445-81.8804
CIE-Lab29.568145.6919-66.0440

#402daf color RGB value is (64,45,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101101 10101111
Octal 100 55 257
Decimal 64 45 175
Hex 40 2D AF

RGB Percentages of Color #402daf

%22.54
%15.85
%61.62

CMYK Percentages of Color #402daf

%63
%74
%0
%31

Triadic Colors of #402daf

#402daf #af402d #2daf40

Analogous Colors of #402daf

#402daf #812daf #2d5baf

Monochromatic Colors of #402daf

#402daf

Complementary Color

#402daf #9caf2d

#402daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#402daf Color CSS Codes

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

#402daf Text Font Color

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

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


#402daf Background Color

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

This div background color is #402daf


#402daf Border Color

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

This div border color is #402daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402daf


Comments

No comments written yet.

Please login to write comment.