Color Hex Logo

#402edf Color Hex

#402EDF
(64,46,223)
0 Favorites   0 Comments

Color spaces of #402edf

RGB 6446223
HSL0.680.730.53
HSV246°79°87°
CMYK 0.710.790.00   0.13
XYZ16.41068.371770.5630
Yxy8.37170.17210.0878
Hunter Lab28.933950.6066-124.3407
CIE-Lab34.745359.6891-85.5836

#402edf color RGB value is (64,46,223).

#402edf hex color red value is 64, green value is 46 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #402edf hue: 0.68 , saturation: 0.73 and the lightness value of 402edf is 0.53.

The process color (four color CMYK) of #402edf color hex is 0.71, 0.79, 0.00, 0.13. Web safe color of #402edf is #3333cc. Color #402edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101110 11011111
Octal 100 56 337
Decimal 64 46 223
Hex 40 2E DF

RGB Percentages of Color #402edf

%19.22
%13.81
%66.97

CMYK Percentages of Color #402edf

%71
%79
%0
%13

Triadic Colors of #402edf

#402edf #df402e #2edf40

Analogous Colors of #402edf

#402edf #992edf #2e75df

Monochromatic Colors of #402edf

#402edf

Complementary Color

#402edf #cddf2e

#402edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#402edf Color CSS Codes

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

#402edf Text Font Color

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

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


#402edf Background Color

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

This div background color is #402edf


#402edf Border Color

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

This div border color is #402edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402edf


Comments

No comments written yet.

Please login to write comment.