Color Hex Logo

#200740 Color Hex

#200740
(32,7,64)
0 Favorites   0 Comments

Color spaces of #200740

RGB 32764
HSL0.740.800.14
HSV266°89°25°
CMYK 0.500.890.00   0.75
XYZ1.59710.82924.9264
Yxy0.82920.21720.1128
Hunter Lab9.106015.3714-25.7019
CIE-Lab7.490126.8158-30.7665

#200740 color RGB value is (32,7,64).

#200740 hex color red value is 32, green value is 7 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #200740 hue: 0.74 , saturation: 0.80 and the lightness value of 200740 is 0.14.

The process color (four color CMYK) of #200740 color hex is 0.50, 0.89, 0.00, 0.75. Web safe color of #200740 is #330033. Color #200740 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00000111 01000000
Octal 40 7 100
Decimal 32 7 64
Hex 20 7 40

RGB Percentages of Color #200740

%31.07
%6.80
%62.14

CMYK Percentages of Color #200740

%50
%89
%0
%75

Triadic Colors of #200740

#200740 #402007 #074020

Analogous Colors of #200740

#200740 #3d0740 #070a40

Monochromatic Colors of #200740

#200740

Complementary Color

#200740 #274007

#200740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#200740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#200740 Color CSS Codes

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

#200740 Text Font Color

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

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


#200740 Background Color

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

This div background color is #200740


#200740 Border Color

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

This div border color is #200740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #200740


Comments

No comments written yet.

Please login to write comment.