Color Hex Logo

#20438a Color Hex

#20438A
(32,67,138)
0 Favorites   0 Comments

Color spaces of #20438a

RGB 3267138
HSL0.610.620.33
HSV220°77°54°
CMYK 0.770.510.00   0.46
XYZ7.19036.156424.8541
Yxy6.15640.18820.1612
Hunter Lab24.81218.3064-42.0219
CIE-Lab29.803714.0359-43.2576

#20438a color RGB value is (32,67,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01000011 10001010
Octal 40 103 212
Decimal 32 67 138
Hex 20 43 8A

RGB Percentages of Color #20438a

%13.50
%28.27
%58.23

CMYK Percentages of Color #20438a

%77
%51
%0
%46

Triadic Colors of #20438a

#20438a #8a2043 #438a20

Analogous Colors of #20438a

#20438a #32208a #20788a

Monochromatic Colors of #20438a

#20438a

Complementary Color

#20438a #8a6720

#20438a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20438a Color Preview on White Background

Lorem ipsum dolor sit amet.

#20438a Color CSS Codes

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

#20438a Text Font Color

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

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


#20438a Background Color

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

This div background color is #20438a


#20438a Border Color

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

This div border color is #20438a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20438a


Comments

No comments written yet.

Please login to write comment.