Color Hex Logo

#205263 Color Hex

#205263
(32,82,99)
0 Favorites   0 Comments

Color spaces of #205263

RGB 328299
HSL0.540.510.26
HSV195°68°39°
CMYK 0.680.170.00   0.61
XYZ5.86517.242512.8932
Yxy7.24250.22560.2785
Hunter Lab26.9119-8.1940-9.5669
CIE-Lab32.3527-10.8341-14.8450

#205263 color RGB value is (32,82,99).

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

The process color (four color CMYK) of #205263 color hex is 0.68, 0.17, 0.00, 0.61. Web safe color of #205263 is #336666. Color #205263 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01010010 01100011
Octal 40 122 143
Decimal 32 82 99
Hex 20 52 63

RGB Percentages of Color #205263

%15.02
%38.50
%46.48

CMYK Percentages of Color #205263

%68
%17
%0
%61

Triadic Colors of #205263

#205263 #632052 #526320

Analogous Colors of #205263

#205263 #203163 #206352

Monochromatic Colors of #205263

#205263

Complementary Color

#205263 #633120

#205263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#205263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#205263 Color CSS Codes

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

#205263 Text Font Color

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

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


#205263 Background Color

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

This div background color is #205263


#205263 Border Color

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

This div border color is #205263


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,82,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 #205263">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #205263


Comments

No comments written yet.

Please login to write comment.