Color Hex Logo

#200349 Color Hex

#200349
(32,3,73)
0 Favorites   0 Comments

Color spaces of #200349

RGB 32373
HSL0.740.920.15
HSV265°96°29°
CMYK 0.560.960.00   0.71
XYZ1.83080.85326.3715
Yxy0.85320.20220.0942
Hunter Lab9.236919.2151-34.4318
CIE-Lab7.706931.8458-36.7729

#200349 color RGB value is (32,3,73).

#200349 hex color red value is 32, green value is 3 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #200349 hue: 0.74 , saturation: 0.92 and the lightness value of 200349 is 0.15.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 00000011 01001001
Octal 40 3 111
Decimal 32 3 73
Hex 20 3 49

RGB Percentages of Color #200349

%29.63
%2.78
%67.59

CMYK Percentages of Color #200349

%56
%96
%0
%71

Triadic Colors of #200349

#200349 #492003 #034920

Analogous Colors of #200349

#200349 #430349 #030949

Monochromatic Colors of #200349

#200349

Complementary Color

#200349 #2c4903

#200349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#200349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#200349 Color CSS Codes

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

#200349 Text Font Color

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

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


#200349 Background Color

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

This div background color is #200349


#200349 Border Color

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

This div border color is #200349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #200349


Comments

No comments written yet.

Please login to write comment.