Color Hex Logo

#402bde Color Hex

#402BDE
(64,43,222)
0 Favorites   0 Comments

Color spaces of #402bde

RGB 6443222
HSL0.690.730.52
HSV247°81°87°
CMYK 0.710.810.00   0.13
XYZ16.16308.091769.8172
Yxy8.09170.17180.0860
Hunter Lab28.445951.6436-125.6083
CIE-Lab34.173160.7480-85.9582

#402bde color RGB value is (64,43,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101011 11011110
Octal 100 53 336
Decimal 64 43 222
Hex 40 2B DE

RGB Percentages of Color #402bde

%19.45
%13.07
%67.48

CMYK Percentages of Color #402bde

%71
%81
%0
%13

Triadic Colors of #402bde

#402bde #de402b #2bde40

Analogous Colors of #402bde

#402bde #9a2bde #2b70de

Monochromatic Colors of #402bde

#402bde

Complementary Color

#402bde #c9de2b

#402bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#402bde Color CSS Codes

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

#402bde Text Font Color

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

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


#402bde Background Color

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

This div background color is #402bde


#402bde Border Color

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

This div border color is #402bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402bde


Comments

No comments written yet.

Please login to write comment.