Color Hex Logo

#400827 Color Hex

#400827
(64,8,39)
0 Favorites   0 Comments

Color spaces of #400827

RGB 64839
HSL0.910.780.14
HSV327°88°25°
CMYK 0.000.880.39   0.75
XYZ2.56741.41012.0563
Yxy1.41010.42550.2337
Hunter Lab11.874817.8120-1.9547
CIE-Lab12.024729.2258-4.9420

#400827 color RGB value is (64,8,39).

#400827 hex color red value is 64, green value is 8 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #400827 hue: 0.91 , saturation: 0.78 and the lightness value of 400827 is 0.14.

The process color (four color CMYK) of #400827 color hex is 0.00, 0.88, 0.39, 0.75. Web safe color of #400827 is #330033. Color #400827 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001000 00100111
Octal 100 10 47
Decimal 64 8 39
Hex 40 8 27

RGB Percentages of Color #400827

%57.66
%7.21
%35.14

CMYK Percentages of Color #400827

%0
%88
%39
%75

Triadic Colors of #400827

#400827 #274008 #082740

Analogous Colors of #400827

#400827 #40080b #3d0840

Monochromatic Colors of #400827

#400827

Complementary Color

#400827 #084021

#400827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400827 Color CSS Codes

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

#400827 Text Font Color

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

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


#400827 Background Color

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

This div background color is #400827


#400827 Border Color

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

This div border color is #400827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400827

#400827 Color Palettes


Comments

No comments written yet.

Please login to write comment.