Color Hex Logo

#200982 Color Hex

#200982
(32,9,130)
0 Favorites   0 Comments

Color spaces of #200982

RGB 329130
HSL0.700.870.27
HSV251°93°51°
CMYK 0.750.930.00   0.49
XYZ4.72262.114221.2783
Yxy2.11420.16800.0752
Hunter Lab14.540332.5302-76.5870
CIE-Lab16.075545.5600-60.7591

#200982 color RGB value is (32,9,130).

#200982 hex color red value is 32, green value is 9 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #200982 hue: 0.70 , saturation: 0.87 and the lightness value of 200982 is 0.27.

The process color (four color CMYK) of #200982 color hex is 0.75, 0.93, 0.00, 0.49. Web safe color of #200982 is #330099. Color #200982 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00001001 10000010
Octal 40 11 202
Decimal 32 9 130
Hex 20 9 82

RGB Percentages of Color #200982

%18.71
%5.26
%76.02

CMYK Percentages of Color #200982

%75
%93
%0
%49

Triadic Colors of #200982

#200982 #822009 #098220

Analogous Colors of #200982

#200982 #5d0982 #092f82

Monochromatic Colors of #200982

#200982

Complementary Color

#200982 #6b8209

#200982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#200982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#200982 Color CSS Codes

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

#200982 Text Font Color

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

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


#200982 Background Color

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

This div background color is #200982


#200982 Border Color

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

This div border color is #200982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #200982


Comments

No comments written yet.

Please login to write comment.