Color Hex Logo

#203563 Color Hex

#203563
(32,53,99)
0 Favorites   0 Comments

Color spaces of #203563

RGB 325399
HSL0.610.510.26
HSV221°68°39°
CMYK 0.680.460.00   0.61
XYZ4.12093.754112.3118
Yxy3.75410.20410.1860
Hunter Lab19.37554.0573-24.1119
CIE-Lab22.84138.2334-29.7451

#203563 color RGB value is (32,53,99).

#203563 hex color red value is 32, green value is 53 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #203563 hue: 0.61 , saturation: 0.51 and the lightness value of 203563 is 0.26.

The process color (four color CMYK) of #203563 color hex is 0.68, 0.46, 0.00, 0.61. Web safe color of #203563 is #333366. Color #203563 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00110101 01100011
Octal 40 65 143
Decimal 32 53 99
Hex 20 35 63

RGB Percentages of Color #203563

%17.39
%28.80
%53.80

CMYK Percentages of Color #203563

%68
%46
%0
%61

Triadic Colors of #203563

#203563 #632035 #356320

Analogous Colors of #203563

#203563 #2d2063 #205663

Monochromatic Colors of #203563

#203563

Complementary Color

#203563 #634e20

#203563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#203563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#203563 Color CSS Codes

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

#203563 Text Font Color

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

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


#203563 Background Color

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

This div background color is #203563


#203563 Border Color

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

This div border color is #203563


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,53,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #203563; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #203563;
  -webkit-box-shadow: 1px 1px 3px 2px #203563;
  box-shadow:         1px 1px 3px 2px #203563; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #203563


Comments

No comments written yet.

Please login to write comment.