Color Hex Logo

#400628 Color Hex

#400628
(64,6,40)
0 Favorites   0 Comments

Color spaces of #400628

RGB 64640
HSL0.900.830.14
HSV325°91°25°
CMYK 0.000.910.38   0.75
XYZ2.56251.37342.1375
Yxy1.37340.42190.2261
Hunter Lab11.719218.5218-2.6106
CIE-Lab11.779530.1875-6.0569

#400628 color RGB value is (64,6,40).

#400628 hex color red value is 64, green value is 6 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #400628 hue: 0.90 , saturation: 0.83 and the lightness value of 400628 is 0.14.

The process color (four color CMYK) of #400628 color hex is 0.00, 0.91, 0.38, 0.75. Web safe color of #400628 is #330033. Color #400628 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000110 00101000
Octal 100 6 50
Decimal 64 6 40
Hex 40 6 28

RGB Percentages of Color #400628

%58.18
%5.45
%36.36

CMYK Percentages of Color #400628

%0
%91
%38
%75

Triadic Colors of #400628

#400628 #284006 #062840

Analogous Colors of #400628

#400628 #40060b #3b0640

Monochromatic Colors of #400628

#400628

Complementary Color

#400628 #06401e

#400628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400628 Color CSS Codes

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

#400628 Text Font Color

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

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


#400628 Background Color

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

This div background color is #400628


#400628 Border Color

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

This div border color is #400628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400628


Comments

No comments written yet.

Please login to write comment.