Color Hex Logo

#402edd Color Hex

#402EDD
(64,46,221)
0 Favorites   0 Comments

Color spaces of #402edd

RGB 6446221
HSL0.680.720.52
HSV246°79°87°
CMYK 0.710.790.00   0.13
XYZ16.14258.264469.1510
Yxy8.26440.17250.0883
Hunter Lab28.747949.9225-122.4945
CIE-Lab34.527659.1031-84.7968

#402edd color RGB value is (64,46,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101110 11011101
Octal 100 56 335
Decimal 64 46 221
Hex 40 2E DD

RGB Percentages of Color #402edd

%19.34
%13.90
%66.77

CMYK Percentages of Color #402edd

%71
%79
%0
%13

Triadic Colors of #402edd

#402edd #dd402e #2edd40

Analogous Colors of #402edd

#402edd #982edd #2e74dd

Monochromatic Colors of #402edd

#402edd

Complementary Color

#402edd #cbdd2e

#402edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#402edd Color CSS Codes

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

#402edd Text Font Color

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

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


#402edd Background Color

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

This div background color is #402edd


#402edd Border Color

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

This div border color is #402edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402edd


Comments

No comments written yet.

Please login to write comment.