Color Hex Logo

#20427a Color Hex

#20427A
(32,66,122)
0 Favorites   0 Comments

Color spaces of #20427a

RGB 3266122
HSL0.600.580.30
HSV217°74°48°
CMYK 0.740.460.00   0.52
XYZ6.05675.608619.1757
Yxy5.60860.19640.1819
Hunter Lab23.68254.2063-31.4294
CIE-Lab28.40278.3203-35.5491

#20427a color RGB value is (32,66,122).

#20427a hex color red value is 32, green value is 66 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #20427a hue: 0.60 , saturation: 0.58 and the lightness value of 20427a is 0.30.

The process color (four color CMYK) of #20427a color hex is 0.74, 0.46, 0.00, 0.52. Web safe color of #20427a is #333366. Color #20427a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01000010 01111010
Octal 40 102 172
Decimal 32 66 122
Hex 20 42 7A

RGB Percentages of Color #20427a

%14.55
%30.00
%55.45

CMYK Percentages of Color #20427a

%74
%46
%0
%52

Triadic Colors of #20427a

#20427a #7a2042 #427a20

Analogous Colors of #20427a

#20427a #2b207a #206f7a

Monochromatic Colors of #20427a

#20427a

Complementary Color

#20427a #7a5820

#20427a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20427a Color Preview on White Background

Lorem ipsum dolor sit amet.

#20427a Color CSS Codes

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

#20427a Text Font Color

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

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


#20427a Background Color

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

This div background color is #20427a


#20427a Border Color

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

This div border color is #20427a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20427a


Comments

No comments written yet.

Please login to write comment.