Color Hex Logo

#400c89 Color Hex

#400C89
(64,12,137)
0 Favorites   0 Comments

Color spaces of #400c89

RGB 6412137
HSL0.740.840.29
HSV265°91°54°
CMYK 0.530.910.00   0.46
XYZ6.76123.159123.9203
Yxy3.15910.19980.0934
Hunter Lab17.773936.7974-67.3516
CIE-Lab20.670149.1114-57.4548

#400c89 color RGB value is (64,12,137).

#400c89 hex color red value is 64, green value is 12 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #400c89 hue: 0.74 , saturation: 0.84 and the lightness value of 400c89 is 0.29.

The process color (four color CMYK) of #400c89 color hex is 0.53, 0.91, 0.00, 0.46. Web safe color of #400c89 is #330099. Color #400c89 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001100 10001001
Octal 100 14 211
Decimal 64 12 137
Hex 40 C 89

RGB Percentages of Color #400c89

%30.05
%5.63
%64.32

CMYK Percentages of Color #400c89

%53
%91
%0
%46

Triadic Colors of #400c89

#400c89 #89400c #0c8940

Analogous Colors of #400c89

#400c89 #7f0c89 #0c1689

Monochromatic Colors of #400c89

#400c89

Complementary Color

#400c89 #55890c

#400c89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400c89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400c89 Color CSS Codes

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

#400c89 Text Font Color

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

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


#400c89 Background Color

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

This div background color is #400c89


#400c89 Border Color

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

This div border color is #400c89


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,12,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #400c89; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #400c89;
  -webkit-box-shadow: 1px 1px 3px 2px #400c89;
  box-shadow:         1px 1px 3px 2px #400c89; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400c89


Comments

No comments written yet.

Please login to write comment.