Color Hex Logo

#20325d Color Hex

#20325D
(32,50,93)
0 Favorites   0 Comments

Color spaces of #20325d

RGB 325093
HSL0.620.490.25
HSV222°66°36°
CMYK 0.660.460.00   0.64
XYZ3.71213.378610.8124
Yxy3.37860.20730.1887
Hunter Lab18.38103.8820-22.0100
CIE-Lab21.50058.0008-27.9596

#20325d color RGB value is (32,50,93).

#20325d hex color red value is 32, green value is 50 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #20325d hue: 0.62 , saturation: 0.49 and the lightness value of 20325d is 0.25.

The process color (four color CMYK) of #20325d color hex is 0.66, 0.46, 0.00, 0.64. Web safe color of #20325d is #333366. Color #20325d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00110010 01011101
Octal 40 62 135
Decimal 32 50 93
Hex 20 32 5D

RGB Percentages of Color #20325d

%18.29
%28.57
%53.14

CMYK Percentages of Color #20325d

%66
%46
%0
%64

Triadic Colors of #20325d

#20325d #5d2032 #325d20

Analogous Colors of #20325d

#20325d #2d205d #20515d

Monochromatic Colors of #20325d

#20325d

Complementary Color

#20325d #5d4b20

#20325d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20325d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20325d Color CSS Codes

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

#20325d Text Font Color

<p style="color:#20325d">Text here</p>

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


#20325d Background Color

<div style="background-color:#20325d">
Div content here</div>

This div background color is #20325d


#20325d Border Color

<div style="border:3px solid #20325d">
Div here</div>

This div border color is #20325d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,50,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20325d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20325d;
  -webkit-box-shadow: 1px 1px 3px 2px #20325d;
  box-shadow:         1px 1px 3px 2px #20325d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20325d


Comments

No comments written yet.

Please login to write comment.