Color Hex Logo

#400247 Color Hex

#400247
(64,2,71)
0 Favorites   0 Comments

Color spaces of #400247

RGB 64271
HSL0.820.950.14
HSV294°97°28°
CMYK 0.100.970.00   0.72
XYZ3.27341.58836.0953
Yxy1.58830.29870.1450
Hunter Lab12.602824.3081-19.8535
CIE-Lab13.158736.9918-26.2346

#400247 color RGB value is (64,2,71).

#400247 hex color red value is 64, green value is 2 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #400247 hue: 0.82 , saturation: 0.95 and the lightness value of 400247 is 0.14.

The process color (four color CMYK) of #400247 color hex is 0.10, 0.97, 0.00, 0.72. Web safe color of #400247 is #330033. Color #400247 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000010 01000111
Octal 100 2 107
Decimal 64 2 71
Hex 40 2 47

RGB Percentages of Color #400247

%46.72
%1.46
%51.82

CMYK Percentages of Color #400247

%10
%97
%0
%72

Triadic Colors of #400247

#400247 #474002 #024740

Analogous Colors of #400247

#400247 #47022c #1d0247

Monochromatic Colors of #400247

#400247

Complementary Color

#400247 #094702

#400247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400247 Color CSS Codes

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

#400247 Text Font Color

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

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


#400247 Background Color

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

This div background color is #400247


#400247 Border Color

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

This div border color is #400247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400247


Comments

No comments written yet.

Please login to write comment.