Color Hex Logo

#205998 Color Hex

#205998
(32,89,152)
0 Favorites   0 Comments

Color spaces of #205998

RGB 3289152
HSL0.590.650.36
HSV212°79°60°
CMYK 0.790.410.00   0.40
XYZ9.83559.718831.0633
Yxy9.71880.19430.1920
Hunter Lab31.17501.7593-37.2551
CIE-Lab37.33294.8578-39.7083

#205998 color RGB value is (32,89,152).

#205998 hex color red value is 32, green value is 89 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #205998 hue: 0.59 , saturation: 0.65 and the lightness value of 205998 is 0.36.

The process color (four color CMYK) of #205998 color hex is 0.79, 0.41, 0.00, 0.40. Web safe color of #205998 is #336699. Color #205998 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01011001 10011000
Octal 40 131 230
Decimal 32 89 152
Hex 20 59 98

RGB Percentages of Color #205998

%11.72
%32.60
%55.68

CMYK Percentages of Color #205998

%79
%41
%0
%40

Triadic Colors of #205998

#205998 #982059 #599820

Analogous Colors of #205998

#205998 #232098 #209598

Monochromatic Colors of #205998

#205998

Complementary Color

#205998 #985f20

#205998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#205998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#205998 Color CSS Codes

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

#205998 Text Font Color

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

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


#205998 Background Color

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

This div background color is #205998


#205998 Border Color

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

This div border color is #205998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #205998


Comments

No comments written yet.

Please login to write comment.