Color Hex Logo

#400348 Color Hex

#400348
(64,3,72)
0 Favorites   0 Comments

Color spaces of #400348

RGB 64372
HSL0.810.920.15
HSV293°96°28°
CMYK 0.110.960.00   0.72
XYZ3.31661.62306.2694
Yxy1.62300.29590.1448
Hunter Lab12.739724.1755-20.2597
CIE-Lab13.369636.7956-26.5927

#400348 color RGB value is (64,3,72).

#400348 hex color red value is 64, green value is 3 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #400348 hue: 0.81 , saturation: 0.92 and the lightness value of 400348 is 0.15.

The process color (four color CMYK) of #400348 color hex is 0.11, 0.96, 0.00, 0.72. Web safe color of #400348 is #330033. Color #400348 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000011 01001000
Octal 100 3 110
Decimal 64 3 72
Hex 40 3 48

RGB Percentages of Color #400348

%46.04
%2.16
%51.80

CMYK Percentages of Color #400348

%11
%96
%0
%72

Triadic Colors of #400348

#400348 #484003 #034840

Analogous Colors of #400348

#400348 #48032e #1e0348

Monochromatic Colors of #400348

#400348

Complementary Color

#400348 #0b4803

#400348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400348 Color CSS Codes

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

#400348 Text Font Color

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

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


#400348 Background Color

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

This div background color is #400348


#400348 Border Color

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

This div border color is #400348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400348


Comments

No comments written yet.

Please login to write comment.