Color Hex Logo

#200053 Color Hex

#200053
(32,0,83)
0 Favorites   0 Comments

Color spaces of #200053

RGB 32083
HSL0.731.000.16
HSV263°100°33°
CMYK 0.611.000.00   0.67
XYZ2.15700.93168.2497
Yxy0.93160.19020.0822
Hunter Lab9.651923.0000-43.9199
CIE-Lab8.408136.3526-42.5467

#200053 color RGB value is (32,0,83).

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

The process color (four color CMYK) of #200053 color hex is 0.61, 1.00, 0.00, 0.67. Web safe color of #200053 is #330066. Color #200053 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00000000 01010011
Octal 40 0 123
Decimal 32 0 83
Hex 20 0 53

RGB Percentages of Color #200053

%27.83
%0.00
%72.17

CMYK Percentages of Color #200053

%61
%100
%0
%67

Triadic Colors of #200053

#200053 #532000 #005320

Analogous Colors of #200053

#200053 #4a0053 #000953

Monochromatic Colors of #200053

#200053

Complementary Color

#200053 #335300

#200053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#200053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#200053 Color CSS Codes

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

#200053 Text Font Color

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

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


#200053 Background Color

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

This div background color is #200053


#200053 Border Color

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

This div border color is #200053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #200053


Comments

No comments written yet.

Please login to write comment.