Color Hex Logo

#20418a Color Hex

#20418A
(32,65,138)
0 Favorites   0 Comments

Color spaces of #20418a

RGB 3265138
HSL0.610.620.33
HSV221°77°54°
CMYK 0.770.530.00   0.46
XYZ7.07345.922624.8151
Yxy5.92260.18710.1566
Hunter Lab24.33649.2925-43.4208
CIE-Lab29.216315.4152-44.2063

#20418a color RGB value is (32,65,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01000001 10001010
Octal 40 101 212
Decimal 32 65 138
Hex 20 41 8A

RGB Percentages of Color #20418a

%13.62
%27.66
%58.72

CMYK Percentages of Color #20418a

%77
%53
%0
%46

Triadic Colors of #20418a

#20418a #8a2041 #418a20

Analogous Colors of #20418a

#20418a #34208a #20768a

Monochromatic Colors of #20418a

#20418a

Complementary Color

#20418a #8a6920

#20418a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20418a Color Preview on White Background

Lorem ipsum dolor sit amet.

#20418a Color CSS Codes

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

#20418a Text Font Color

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

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


#20418a Background Color

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

This div background color is #20418a


#20418a Border Color

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

This div border color is #20418a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,65,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 #20418a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20418a


Comments

No comments written yet.

Please login to write comment.