Color Hex Logo

#400755 Color Hex

#400755
(64,7,85)
0 Favorites   0 Comments

Color spaces of #400755

RGB 64785
HSL0.790.850.18
HSV284°92°33°
CMYK 0.250.920.00   0.67
XYZ3.83001.89788.7588
Yxy1.89780.26440.1310
Hunter Lab13.776125.5182-28.0532
CIE-Lab14.941538.0496-32.9885

#400755 color RGB value is (64,7,85).

#400755 hex color red value is 64, green value is 7 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #400755 hue: 0.79 , saturation: 0.85 and the lightness value of 400755 is 0.18.

The process color (four color CMYK) of #400755 color hex is 0.25, 0.92, 0.00, 0.67. Web safe color of #400755 is #330066. Color #400755 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000111 01010101
Octal 100 7 125
Decimal 64 7 85
Hex 40 7 55

RGB Percentages of Color #400755

%41.03
%4.49
%54.49

CMYK Percentages of Color #400755

%25
%92
%0
%67

Triadic Colors of #400755

#400755 #554007 #075540

Analogous Colors of #400755

#400755 #550743 #190755

Monochromatic Colors of #400755

#400755

Complementary Color

#400755 #1c5507

#400755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400755 Color CSS Codes

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

#400755 Text Font Color

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

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


#400755 Background Color

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

This div background color is #400755


#400755 Border Color

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

This div border color is #400755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400755


Comments

No comments written yet.

Please login to write comment.