Color Hex Logo

#402ede Color Hex

#402EDE
(64,46,222)
0 Favorites   0 Comments

Color spaces of #402ede

RGB 6446222
HSL0.680.730.53
HSV246°79°87°
CMYK 0.710.790.00   0.13
XYZ16.27628.317969.8549
Yxy8.31790.17230.0881
Hunter Lab28.840850.2646-123.4171
CIE-Lab34.636459.3965-85.1906

#402ede color RGB value is (64,46,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101110 11011110
Octal 100 56 336
Decimal 64 46 222
Hex 40 2E DE

RGB Percentages of Color #402ede

%19.28
%13.86
%66.87

CMYK Percentages of Color #402ede

%71
%79
%0
%13

Triadic Colors of #402ede

#402ede #de402e #2ede40

Analogous Colors of #402ede

#402ede #982ede #2e74de

Monochromatic Colors of #402ede

#402ede

Complementary Color

#402ede #ccde2e

#402ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#402ede Color CSS Codes

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

#402ede Text Font Color

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

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


#402ede Background Color

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

This div background color is #402ede


#402ede Border Color

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

This div border color is #402ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402ede


Comments

No comments written yet.

Please login to write comment.