Color Hex Logo

#403273 Color Hex

#403273
(64,50,115)
0 Favorites   0 Comments

Color spaces of #403273

RGB 6450115
HSL0.700.390.32
HSV253°57°45°
CMYK 0.440.570.00   0.55
XYZ6.34954.609016.7746
Yxy4.60900.22900.1662
Hunter Lab21.468615.2227-31.2986
CIE-Lab25.590423.6098-35.5086

#403273 color RGB value is (64,50,115).

#403273 hex color red value is 64, green value is 50 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #403273 hue: 0.70 , saturation: 0.39 and the lightness value of 403273 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110010 01110011
Octal 100 62 163
Decimal 64 50 115
Hex 40 32 73

RGB Percentages of Color #403273

%27.95
%21.83
%50.22

CMYK Percentages of Color #403273

%44
%57
%0
%55

Triadic Colors of #403273

#403273 #734032 #327340

Analogous Colors of #403273

#403273 #613273 #324573

Monochromatic Colors of #403273

#403273

Complementary Color

#403273 #657332

#403273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403273 Color CSS Codes

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

#403273 Text Font Color

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

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


#403273 Background Color

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

This div background color is #403273


#403273 Border Color

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

This div border color is #403273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403273


Comments

No comments written yet.

Please login to write comment.