Color Hex Logo

#400886 Color Hex

#400886
(64,8,134)
0 Favorites   0 Comments

Color spaces of #400886

RGB 648134
HSL0.740.890.28
HSV267°94°53°
CMYK 0.520.940.00   0.47
XYZ6.50432.984922.7876
Yxy2.98490.20150.0925
Hunter Lab17.276936.9662-66.1077
CIE-Lab19.983349.4140-56.7032

#400886 color RGB value is (64,8,134).

#400886 hex color red value is 64, green value is 8 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #400886 hue: 0.74 , saturation: 0.89 and the lightness value of 400886 is 0.28.

The process color (four color CMYK) of #400886 color hex is 0.52, 0.94, 0.00, 0.47. Web safe color of #400886 is #330099. Color #400886 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001000 10000110
Octal 100 10 206
Decimal 64 8 134
Hex 40 8 86

RGB Percentages of Color #400886

%31.07
%3.88
%65.05

CMYK Percentages of Color #400886

%52
%94
%0
%47

Triadic Colors of #400886

#400886 #864008 #088640

Analogous Colors of #400886

#400886 #7f0886 #080f86

Monochromatic Colors of #400886

#400886

Complementary Color

#400886 #4e8608

#400886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400886 Color CSS Codes

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

#400886 Text Font Color

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

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


#400886 Background Color

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

This div background color is #400886


#400886 Border Color

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

This div border color is #400886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400886


Comments

No comments written yet.

Please login to write comment.