Color Hex Logo

#403263 Color Hex

#403263
(64,50,99)
0 Favorites   0 Comments

Color spaces of #403263

RGB 645099
HSL0.710.330.29
HSV257°49°39°
CMYK 0.350.490.00   0.61
XYZ5.50714.272012.3387
Yxy4.27200.24900.1931
Hunter Lab20.668811.3900-20.9263
CIE-Lab24.551018.6891-26.8676

#403263 color RGB value is (64,50,99).

#403263 hex color red value is 64, green value is 50 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #403263 hue: 0.71 , saturation: 0.33 and the lightness value of 403263 is 0.29.

The process color (four color CMYK) of #403263 color hex is 0.35, 0.49, 0.00, 0.61. Web safe color of #403263 is #333366. Color #403263 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110010 01100011
Octal 100 62 143
Decimal 64 50 99
Hex 40 32 63

RGB Percentages of Color #403263

%30.05
%23.47
%46.48

CMYK Percentages of Color #403263

%35
%49
%0
%61

Triadic Colors of #403263

#403263 #634032 #326340

Analogous Colors of #403263

#403263 #593263 #323d63

Monochromatic Colors of #403263

#403263

Complementary Color

#403263 #556332

#403263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403263 Color CSS Codes

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

#403263 Text Font Color

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

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


#403263 Background Color

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

This div background color is #403263


#403263 Border Color

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

This div border color is #403263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403263


Comments

No comments written yet.

Please login to write comment.