Color Hex Logo

#400f6b Color Hex

#400F6B
(64,15,107)
0 Favorites   0 Comments

Color spaces of #400f6b

RGB 6415107
HSL0.760.750.24
HSV272°86°42°
CMYK 0.400.860.00   0.58
XYZ4.93902.493214.1308
Yxy2.49320.22900.1156
Hunter Lab15.789928.2017-42.0074
CIE-Lab17.887840.5140-42.8314

#400f6b color RGB value is (64,15,107).

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

The process color (four color CMYK) of #400f6b color hex is 0.40, 0.86, 0.00, 0.58. Web safe color of #400f6b is #330066. Color #400f6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001111 01101011
Octal 100 17 153
Decimal 64 15 107
Hex 40 F 6B

RGB Percentages of Color #400f6b

%34.41
%8.06
%57.53

CMYK Percentages of Color #400f6b

%40
%86
%0
%58

Triadic Colors of #400f6b

#400f6b #6b400f #0f6b40

Analogous Colors of #400f6b

#400f6b #6b0f68 #120f6b

Monochromatic Colors of #400f6b

#400f6b

Complementary Color

#400f6b #3a6b0f

#400f6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400f6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#400f6b Color CSS Codes

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

#400f6b Text Font Color

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

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


#400f6b Background Color

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

This div background color is #400f6b


#400f6b Border Color

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

This div border color is #400f6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400f6b


Comments

No comments written yet.

Please login to write comment.