Color Hex Logo

#402180 Color Hex

#402180
(64,33,128)
0 Favorites   0 Comments

Color spaces of #402180

RGB 6433128
HSL0.720.590.32
HSV260°74°50°
CMYK 0.500.740.00   0.50
XYZ6.55453.736220.7978
Yxy3.73620.21080.1202
Hunter Lab19.329326.7027-50.2641
CIE-Lab22.779437.8866-48.3203

#402180 color RGB value is (64,33,128).

#402180 hex color red value is 64, green value is 33 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #402180 hue: 0.72 , saturation: 0.59 and the lightness value of 402180 is 0.32.

The process color (four color CMYK) of #402180 color hex is 0.50, 0.74, 0.00, 0.50. Web safe color of #402180 is #333399. Color #402180 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00100001 10000000
Octal 100 41 200
Decimal 64 33 128
Hex 40 21 80

RGB Percentages of Color #402180

%28.44
%14.67
%56.89

CMYK Percentages of Color #402180

%50
%74
%0
%50

Triadic Colors of #402180

#402180 #804021 #218040

Analogous Colors of #402180

#402180 #702180 #213280

Monochromatic Colors of #402180

#402180

Complementary Color

#402180 #618021

#402180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#402180 Color CSS Codes

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

#402180 Text Font Color

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

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


#402180 Background Color

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

This div background color is #402180


#402180 Border Color

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

This div border color is #402180


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,33,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #402180; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #402180;
  -webkit-box-shadow: 1px 1px 3px 2px #402180;
  box-shadow:         1px 1px 3px 2px #402180; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402180


Comments

No comments written yet.

Please login to write comment.