Color Hex Logo

#203f63 Color Hex

#203F63
(32,63,99)
0 Favorites   0 Comments

Color spaces of #203f63

RGB 326399
HSL0.590.510.26
HSV212°68°39°
CMYK 0.680.360.00   0.61
XYZ4.62534.762912.4799
Yxy4.76290.21150.2178
Hunter Lab21.8241-0.3616-18.6276
CIE-Lab26.04831.3025-24.6539

#203f63 color RGB value is (32,63,99).

#203f63 hex color red value is 32, green value is 63 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #203f63 hue: 0.59 , saturation: 0.51 and the lightness value of 203f63 is 0.26.

The process color (four color CMYK) of #203f63 color hex is 0.68, 0.36, 0.00, 0.61. Web safe color of #203f63 is #333366. Color #203f63 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00111111 01100011
Octal 40 77 143
Decimal 32 63 99
Hex 20 3F 63

RGB Percentages of Color #203f63

%16.49
%32.47
%51.03

CMYK Percentages of Color #203f63

%68
%36
%0
%61

Triadic Colors of #203f63

#203f63 #63203f #3f6320

Analogous Colors of #203f63

#203f63 #222063 #206163

Monochromatic Colors of #203f63

#203f63

Complementary Color

#203f63 #634420

#203f63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#203f63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#203f63 Color CSS Codes

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

#203f63 Text Font Color

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

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


#203f63 Background Color

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

This div background color is #203f63


#203f63 Border Color

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

This div border color is #203f63


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,63,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #203f63; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #203f63;
  -webkit-box-shadow: 1px 1px 3px 2px #203f63;
  box-shadow:         1px 1px 3px 2px #203f63; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #203f63


Comments

No comments written yet.

Please login to write comment.