Color Hex Logo

#401487 Color Hex

#401487
(64,20,135)
0 Favorites   0 Comments

Color spaces of #401487

RGB 6420135
HSL0.730.740.30
HSV263°85°53°
CMYK 0.530.850.00   0.47
XYZ6.73773.339623.2112
Yxy3.33960.20240.1003
Hunter Lab18.274633.8311-62.5142
CIE-Lab21.355645.9164-55.0684

#401487 color RGB value is (64,20,135).

#401487 hex color red value is 64, green value is 20 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #401487 hue: 0.73 , saturation: 0.74 and the lightness value of 401487 is 0.30.

The process color (four color CMYK) of #401487 color hex is 0.53, 0.85, 0.00, 0.47. Web safe color of #401487 is #330099. Color #401487 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010100 10000111
Octal 100 24 207
Decimal 64 20 135
Hex 40 14 87

RGB Percentages of Color #401487

%29.22
%9.13
%61.64

CMYK Percentages of Color #401487

%53
%85
%0
%47

Triadic Colors of #401487

#401487 #874014 #148740

Analogous Colors of #401487

#401487 #7a1487 #142287

Monochromatic Colors of #401487

#401487

Complementary Color

#401487 #5b8714

#401487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401487 Color CSS Codes

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

#401487 Text Font Color

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

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


#401487 Background Color

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

This div background color is #401487


#401487 Border Color

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

This div border color is #401487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401487


Comments

No comments written yet.

Please login to write comment.