Color Hex Logo

#400871 Color Hex

#400871
(64,8,113)
0 Favorites   0 Comments

Color spaces of #400871

RGB 648113
HSL0.760.870.24
HSV272°93°44°
CMYK 0.430.930.00   0.56
XYZ5.18182.455915.8237
Yxy2.45590.22090.1047
Hunter Lab15.671331.5972-48.8966
CIE-Lab17.718044.2547-47.0164

#400871 color RGB value is (64,8,113).

#400871 hex color red value is 64, green value is 8 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #400871 hue: 0.76 , saturation: 0.87 and the lightness value of 400871 is 0.24.

The process color (four color CMYK) of #400871 color hex is 0.43, 0.93, 0.00, 0.56. Web safe color of #400871 is #330066. Color #400871 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001000 01110001
Octal 100 10 161
Decimal 64 8 113
Hex 40 8 71

RGB Percentages of Color #400871

%34.59
%4.32
%61.08

CMYK Percentages of Color #400871

%43
%93
%0
%56

Triadic Colors of #400871

#400871 #714008 #087140

Analogous Colors of #400871

#400871 #71086e #0c0871

Monochromatic Colors of #400871

#400871

Complementary Color

#400871 #397108

#400871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400871 Color CSS Codes

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

#400871 Text Font Color

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

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


#400871 Background Color

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

This div background color is #400871


#400871 Border Color

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

This div border color is #400871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400871


Comments

No comments written yet.

Please login to write comment.