Color Hex Logo

#201249 Color Hex

#201249
(32,18,73)
0 Favorites   0 Comments

Color spaces of #201249

RGB 321873
HSL0.710.600.18
HSV255°75°29°
CMYK 0.560.750.00   0.71
XYZ2.01461.22076.4328
Yxy1.22070.20840.1263
Hunter Lab11.048513.2129-26.7865
CIE-Lab10.709223.2478-31.8447

#201249 color RGB value is (32,18,73).

#201249 hex color red value is 32, green value is 18 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #201249 hue: 0.71 , saturation: 0.60 and the lightness value of 201249 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 00010010 01001001
Octal 40 22 111
Decimal 32 18 73
Hex 20 12 49

RGB Percentages of Color #201249

%26.02
%14.63
%59.35

CMYK Percentages of Color #201249

%56
%75
%0
%71

Triadic Colors of #201249

#201249 #492012 #124920

Analogous Colors of #201249

#201249 #3c1249 #122049

Monochromatic Colors of #201249

#201249

Complementary Color

#201249 #3b4912

#201249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#201249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#201249 Color CSS Codes

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

#201249 Text Font Color

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

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


#201249 Background Color

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

This div background color is #201249


#201249 Border Color

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

This div border color is #201249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #201249


Comments

No comments written yet.

Please login to write comment.