Color Hex Logo

#204063 Color Hex

#204063
(32,64,99)
0 Favorites   0 Comments

Color spaces of #204063

RGB 326499
HSL0.590.510.26
HSV211°68°39°
CMYK 0.680.350.00   0.61
XYZ4.68124.874712.4986
Yxy4.87470.21230.2210
Hunter Lab22.0787-0.7916-18.1085
CIE-Lab26.37480.6278-24.1395

#204063 color RGB value is (32,64,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 01000000 01100011
Octal 40 100 143
Decimal 32 64 99
Hex 20 40 63

RGB Percentages of Color #204063

%16.41
%32.82
%50.77

CMYK Percentages of Color #204063

%68
%35
%0
%61

Triadic Colors of #204063

#204063 #632040 #406320

Analogous Colors of #204063

#204063 #222063 #206263

Monochromatic Colors of #204063

#204063

Complementary Color

#204063 #634320

#204063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#204063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#204063 Color CSS Codes

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

#204063 Text Font Color

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

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


#204063 Background Color

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

This div background color is #204063


#204063 Border Color

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

This div border color is #204063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #204063


Comments

No comments written yet.

Please login to write comment.