Color Hex Logo

#403268 Color Hex

#403268
(64,50,104)
0 Favorites   0 Comments

Color spaces of #403268

RGB 6450104
HSL0.710.350.30
HSV256°52°41°
CMYK 0.380.520.00   0.59
XYZ5.75364.370713.6371
Yxy4.37070.24210.1839
Hunter Lab20.906212.5391-24.0404
CIE-Lab24.860920.1979-29.6155

#403268 color RGB value is (64,50,104).

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

The process color (four color CMYK) of #403268 color hex is 0.38, 0.52, 0.00, 0.59. Web safe color of #403268 is #333366. Color #403268 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110010 01101000
Octal 100 62 150
Decimal 64 50 104
Hex 40 32 68

RGB Percentages of Color #403268

%29.36
%22.94
%47.71

CMYK Percentages of Color #403268

%38
%52
%0
%59

Triadic Colors of #403268

#403268 #684032 #326840

Analogous Colors of #403268

#403268 #5b3268 #323f68

Monochromatic Colors of #403268

#403268

Complementary Color

#403268 #5a6832

#403268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403268 Color CSS Codes

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

#403268 Text Font Color

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

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


#403268 Background Color

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

This div background color is #403268


#403268 Border Color

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

This div border color is #403268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403268


Comments

No comments written yet.

Please login to write comment.