Color Hex Logo

#200648 Color Hex

#200648
(32,6,72)
0 Favorites   0 Comments

Color spaces of #200648

RGB 32672
HSL0.730.850.15
HSV264°92°28°
CMYK 0.560.920.00   0.72
XYZ1.83050.90526.2091
Yxy0.90520.20460.1012
Hunter Lab9.514217.6929-32.0335
CIE-Lab8.175429.8192-35.2998

#200648 color RGB value is (32,6,72).

#200648 hex color red value is 32, green value is 6 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #200648 hue: 0.73 , saturation: 0.85 and the lightness value of 200648 is 0.15.

The process color (four color CMYK) of #200648 color hex is 0.56, 0.92, 0.00, 0.72. Web safe color of #200648 is #330033. Color #200648 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00000110 01001000
Octal 40 6 110
Decimal 32 6 72
Hex 20 6 48

RGB Percentages of Color #200648

%29.09
%5.45
%65.45

CMYK Percentages of Color #200648

%56
%92
%0
%72

Triadic Colors of #200648

#200648 #482006 #064820

Analogous Colors of #200648

#200648 #410648 #060d48

Monochromatic Colors of #200648

#200648

Complementary Color

#200648 #2e4806

#200648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#200648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#200648 Color CSS Codes

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

#200648 Text Font Color

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

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


#200648 Background Color

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

This div background color is #200648


#200648 Border Color

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

This div border color is #200648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #200648


Comments

No comments written yet.

Please login to write comment.