Color Hex Logo

#205887 Color Hex

#205887
(32,88,135)
0 Favorites   0 Comments

Color spaces of #205887

RGB 3288135
HSL0.580.620.33
HSV207°76°53°
CMYK 0.760.350.00   0.47
XYZ8.45869.035824.2199
Yxy9.03580.20280.2166
Hunter Lab30.0596-2.3754-26.7300
CIE-Lab36.0531-1.1348-31.4341

#205887 color RGB value is (32,88,135).

#205887 hex color red value is 32, green value is 88 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #205887 hue: 0.58 , saturation: 0.62 and the lightness value of 205887 is 0.33.

The process color (four color CMYK) of #205887 color hex is 0.76, 0.35, 0.00, 0.47. Web safe color of #205887 is #336699. Color #205887 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01011000 10000111
Octal 40 130 207
Decimal 32 88 135
Hex 20 58 87

RGB Percentages of Color #205887

%12.55
%34.51
%52.94

CMYK Percentages of Color #205887

%76
%35
%0
%47

Triadic Colors of #205887

#205887 #872058 #588720

Analogous Colors of #205887

#205887 #202587 #208783

Monochromatic Colors of #205887

#205887

Complementary Color

#205887 #874f20

#205887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#205887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#205887 Color CSS Codes

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

#205887 Text Font Color

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

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


#205887 Background Color

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

This div background color is #205887


#205887 Border Color

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

This div border color is #205887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #205887


Comments

No comments written yet.

Please login to write comment.