Color Hex Logo

#40208a Color Hex

#40208A
(64,32,138)
0 Favorites   0 Comments

Color spaces of #40208a

RGB 6432138
HSL0.720.620.33
HSV258°77°54°
CMYK 0.540.770.00   0.46
XYZ7.21833.958024.4283
Yxy3.95800.20270.1112
Hunter Lab19.894729.9485-58.8746
CIE-Lab23.532141.3426-53.3687

#40208a color RGB value is (64,32,138).

#40208a hex color red value is 64, green value is 32 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #40208a hue: 0.72 , saturation: 0.62 and the lightness value of 40208a is 0.33.

The process color (four color CMYK) of #40208a color hex is 0.54, 0.77, 0.00, 0.46. Web safe color of #40208a is #333399. Color #40208a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00100000 10001010
Octal 100 40 212
Decimal 64 32 138
Hex 40 20 8A

RGB Percentages of Color #40208a

%27.35
%13.68
%58.97

CMYK Percentages of Color #40208a

%54
%77
%0
%46

Triadic Colors of #40208a

#40208a #8a4020 #208a40

Analogous Colors of #40208a

#40208a #75208a #20358a

Monochromatic Colors of #40208a

#40208a

Complementary Color

#40208a #6a8a20

#40208a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40208a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40208a Color CSS Codes

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

#40208a Text Font Color

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

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


#40208a Background Color

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

This div background color is #40208a


#40208a Border Color

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

This div border color is #40208a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,32,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40208a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40208a;
  -webkit-box-shadow: 1px 1px 3px 2px #40208a;
  box-shadow:         1px 1px 3px 2px #40208a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40208a


Comments

No comments written yet.

Please login to write comment.