Color Hex Logo

#400251 Color Hex

#400251
(64,2,81)
0 Favorites   0 Comments

Color spaces of #400251

RGB 64281
HSL0.800.950.16
HSV287°98°32°
CMYK 0.210.980.00   0.68
XYZ3.62131.72757.9272
Yxy1.72750.27280.1301
Hunter Lab13.143426.1796-26.5592
CIE-Lab13.986838.9926-31.8108

#400251 color RGB value is (64,2,81).

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

The process color (four color CMYK) of #400251 color hex is 0.21, 0.98, 0.00, 0.68. Web safe color of #400251 is #330066. Color #400251 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000010 01010001
Octal 100 2 121
Decimal 64 2 81
Hex 40 2 51

RGB Percentages of Color #400251

%43.54
%1.36
%55.10

CMYK Percentages of Color #400251

%21
%98
%0
%68

Triadic Colors of #400251

#400251 #514002 #025140

Analogous Colors of #400251

#400251 #51023a #190251

Monochromatic Colors of #400251

#400251

Complementary Color

#400251 #135102

#400251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400251 Color CSS Codes

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

#400251 Text Font Color

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

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


#400251 Background Color

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

This div background color is #400251


#400251 Border Color

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

This div border color is #400251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400251


Comments

No comments written yet.

Please login to write comment.