Color Hex Logo

#401250 Color Hex

#401250
(64,18,80)
0 Favorites   0 Comments

Color spaces of #401250

RGB 641880
HSL0.790.630.19
HSV285°78°31°
CMYK 0.200.780.00   0.69
XYZ3.77862.10187.7959
Yxy2.10180.27630.1537
Hunter Lab14.497621.1528-21.7342
CIE-Lab16.012732.6622-27.8543

#401250 color RGB value is (64,18,80).

#401250 hex color red value is 64, green value is 18 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #401250 hue: 0.79 , saturation: 0.63 and the lightness value of 401250 is 0.19.

The process color (four color CMYK) of #401250 color hex is 0.20, 0.78, 0.00, 0.69. Web safe color of #401250 is #330066. Color #401250 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010010 01010000
Octal 100 22 120
Decimal 64 18 80
Hex 40 12 50

RGB Percentages of Color #401250

%39.51
%11.11
%49.38

CMYK Percentages of Color #401250

%20
%78
%0
%69

Triadic Colors of #401250

#401250 #504012 #125040

Analogous Colors of #401250

#401250 #501241 #211250

Monochromatic Colors of #401250

#401250

Complementary Color

#401250 #225012

#401250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401250 Color CSS Codes

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

#401250 Text Font Color

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

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


#401250 Background Color

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

This div background color is #401250


#401250 Border Color

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

This div border color is #401250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401250


Comments

No comments written yet.

Please login to write comment.