Color Hex Logo

#400f64 Color Hex

#400F64
(64,15,100)
0 Favorites   0 Comments

Color spaces of #400f64

RGB 6415100
HSL0.760.740.23
HSV275°85°39°
CMYK 0.360.850.00   0.61
XYZ4.58542.351712.2688
Yxy2.35170.23870.1224
Hunter Lab15.335326.5367-36.6996
CIE-Lab17.234238.7679-39.2997

#400f64 color RGB value is (64,15,100).

#400f64 hex color red value is 64, green value is 15 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #400f64 hue: 0.76 , saturation: 0.74 and the lightness value of 400f64 is 0.23.

The process color (four color CMYK) of #400f64 color hex is 0.36, 0.85, 0.00, 0.61. Web safe color of #400f64 is #330066. Color #400f64 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001111 01100100
Octal 100 17 144
Decimal 64 15 100
Hex 40 F 64

RGB Percentages of Color #400f64

%35.75
%8.38
%55.87

CMYK Percentages of Color #400f64

%36
%85
%0
%61

Triadic Colors of #400f64

#400f64 #64400f #0f6440

Analogous Colors of #400f64

#400f64 #640f5e #160f64

Monochromatic Colors of #400f64

#400f64

Complementary Color

#400f64 #33640f

#400f64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400f64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400f64 Color CSS Codes

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

#400f64 Text Font Color

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

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


#400f64 Background Color

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

This div background color is #400f64


#400f64 Border Color

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

This div border color is #400f64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400f64


Comments

No comments written yet.

Please login to write comment.