Color Hex Logo

#402efd Color Hex

#402EFD
(64,46,253)
0 Favorites   0 Comments

Color spaces of #402efd

RGB 6446253
HSL0.680.980.59
HSV245°82°99°
CMYK 0.750.820.00   0.01
XYZ20.821010.135893.7875
Yxy10.13580.16690.0813
Hunter Lab31.836861.0233-152.3758
CIE-Lab38.085168.2848-97.0438

#402efd color RGB value is (64,46,253).

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

The process color (four color CMYK) of #402efd color hex is 0.75, 0.82, 0.00, 0.01. Web safe color of #402efd is #3333ff. Color #402efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101110 11111101
Octal 100 56 375
Decimal 64 46 253
Hex 40 2E FD

RGB Percentages of Color #402efd

%17.63
%12.67
%69.70

CMYK Percentages of Color #402efd

%75
%82
%0
%1

Triadic Colors of #402efd

#402efd #fd402e #2efd40

Analogous Colors of #402efd

#402efd #a82efd #2e84fd

Monochromatic Colors of #402efd

#402efd

Complementary Color

#402efd #ebfd2e

#402efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#402efd Color CSS Codes

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

#402efd Text Font Color

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

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


#402efd Background Color

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

This div background color is #402efd


#402efd Border Color

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

This div border color is #402efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402efd

Related Colors


Comments

No comments written yet.

Please login to write comment.