Color Hex Logo

#40265f Color Hex

#40265F
(64,38,95)
0 Favorites   0 Comments

Color spaces of #40265f

RGB 643895
HSL0.740.430.26
HSV267°60°37°
CMYK 0.330.600.00   0.63
XYZ4.87303.302411.2071
Yxy3.30240.25140.1704
Hunter Lab18.172516.0633-23.8438
CIE-Lab21.216425.3318-29.5629

#40265f color RGB value is (64,38,95).

#40265f hex color red value is 64, green value is 38 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #40265f hue: 0.74 , saturation: 0.43 and the lightness value of 40265f is 0.26.

The process color (four color CMYK) of #40265f color hex is 0.33, 0.60, 0.00, 0.63. Web safe color of #40265f is #333366. Color #40265f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00100110 01011111
Octal 100 46 137
Decimal 64 38 95
Hex 40 26 5F

RGB Percentages of Color #40265f

%32.49
%19.29
%48.22

CMYK Percentages of Color #40265f

%33
%60
%0
%63

Triadic Colors of #40265f

#40265f #5f4026 #265f40

Analogous Colors of #40265f

#40265f #5d265f #26295f

Monochromatic Colors of #40265f

#40265f

Complementary Color

#40265f #455f26

#40265f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40265f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40265f Color CSS Codes

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

#40265f Text Font Color

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

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


#40265f Background Color

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

This div background color is #40265f


#40265f Border Color

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

This div border color is #40265f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40265f


Comments

No comments written yet.

Please login to write comment.