Color Hex Logo

#200949 Color Hex

#200949
(32,9,73)
0 Favorites   0 Comments

Color spaces of #200949

RGB 32973
HSL0.730.780.16
HSV262°88°29°
CMYK 0.560.880.00   0.71
XYZ1.89590.98356.3932
Yxy0.98350.20450.1061
Hunter Lab9.917216.7695-31.2799
CIE-Lab8.853228.4749-34.8845

#200949 color RGB value is (32,9,73).

#200949 hex color red value is 32, green value is 9 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #200949 hue: 0.73 , saturation: 0.78 and the lightness value of 200949 is 0.16.

The process color (four color CMYK) of #200949 color hex is 0.56, 0.88, 0.00, 0.71. Web safe color of #200949 is #330033. Color #200949 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00001001 01001001
Octal 40 11 111
Decimal 32 9 73
Hex 20 9 49

RGB Percentages of Color #200949

%28.07
%7.89
%64.04

CMYK Percentages of Color #200949

%56
%88
%0
%71

Triadic Colors of #200949

#200949 #492009 #094920

Analogous Colors of #200949

#200949 #400949 #091249

Monochromatic Colors of #200949

#200949

Complementary Color

#200949 #324909

#200949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#200949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#200949 Color CSS Codes

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

#200949 Text Font Color

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

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


#200949 Background Color

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

This div background color is #200949


#200949 Border Color

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

This div border color is #200949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #200949


Comments

No comments written yet.

Please login to write comment.