Color Hex Logo

#403572 Color Hex

#403572
(64,53,114)
0 Favorites   0 Comments

Color spaces of #403572

RGB 6453114
HSL0.700.370.33
HSV251°54°45°
CMYK 0.440.540.00   0.55
XYZ6.42474.851116.5173
Yxy4.85110.23120.1745
Hunter Lab22.025213.5239-29.0455
CIE-Lab26.306321.3222-33.7234

#403572 color RGB value is (64,53,114).

#403572 hex color red value is 64, green value is 53 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #403572 hue: 0.70 , saturation: 0.37 and the lightness value of 403572 is 0.33.

The process color (four color CMYK) of #403572 color hex is 0.44, 0.54, 0.00, 0.55. Web safe color of #403572 is #333366. Color #403572 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110101 01110010
Octal 100 65 162
Decimal 64 53 114
Hex 40 35 72

RGB Percentages of Color #403572

%27.71
%22.94
%49.35

CMYK Percentages of Color #403572

%44
%54
%0
%55

Triadic Colors of #403572

#403572 #724035 #357240

Analogous Colors of #403572

#403572 #5f3572 #354972

Monochromatic Colors of #403572

#403572

Complementary Color

#403572 #677235

#403572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403572 Color CSS Codes

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

#403572 Text Font Color

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

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


#403572 Background Color

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

This div background color is #403572


#403572 Border Color

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

This div border color is #403572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403572


Comments

No comments written yet.

Please login to write comment.