Color Hex Logo

#205376 Color Hex

#205376
(32,83,118)
0 Favorites   0 Comments

Color spaces of #205376

RGB 3283118
HSL0.570.570.29
HSV204°73°46°
CMYK 0.730.300.00   0.54
XYZ6.95897.801618.2786
Yxy7.80160.21060.2361
Hunter Lab27.9313-4.4078-19.2481
CIE-Lab33.5662-4.4753-24.8703

#205376 color RGB value is (32,83,118).

#205376 hex color red value is 32, green value is 83 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #205376 hue: 0.57 , saturation: 0.57 and the lightness value of 205376 is 0.29.

The process color (four color CMYK) of #205376 color hex is 0.73, 0.30, 0.00, 0.54. Web safe color of #205376 is #336666. Color #205376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01010011 01110110
Octal 40 123 166
Decimal 32 83 118
Hex 20 53 76

RGB Percentages of Color #205376

%13.73
%35.62
%50.64

CMYK Percentages of Color #205376

%73
%30
%0
%54

Triadic Colors of #205376

#205376 #762053 #537620

Analogous Colors of #205376

#205376 #202876 #20766e

Monochromatic Colors of #205376

#205376

Complementary Color

#205376 #764320

#205376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#205376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#205376 Color CSS Codes

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

#205376 Text Font Color

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

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


#205376 Background Color

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

This div background color is #205376


#205376 Border Color

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

This div border color is #205376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #205376

#205376 Color Palettes


Comments

No comments written yet.

Please login to write comment.