Color Hex Logo

#400527 Color Hex

#400527
(64,5,39)
0 Favorites   0 Comments

Color spaces of #400527

RGB 64539
HSL0.900.860.14
HSV325°92°25°
CMYK 0.000.920.39   0.75
XYZ2.53481.34502.0455
Yxy1.34500.42780.2270
Hunter Lab11.597418.7186-2.3391
CIE-Lab11.586630.4764-5.6040

#400527 color RGB value is (64,5,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000101 00100111
Octal 100 5 47
Decimal 64 5 39
Hex 40 5 27

RGB Percentages of Color #400527

%59.26
%4.63
%36.11

CMYK Percentages of Color #400527

%0
%92
%39
%75

Triadic Colors of #400527

#400527 #274005 #052740

Analogous Colors of #400527

#400527 #40050a #3c0540

Monochromatic Colors of #400527

#400527

Complementary Color

#400527 #05401e

#400527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400527 Color CSS Codes

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

#400527 Text Font Color

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

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


#400527 Background Color

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

This div background color is #400527


#400527 Border Color

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

This div border color is #400527


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,5,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 #400527">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400527


Comments

No comments written yet.

Please login to write comment.