Color Hex Logo

#208588 Color Hex

#208588
(32,133,136)
0 Favorites   0 Comments

Color spaces of #208588

RGB 32133136
HSL0.500.620.33
HSV182°76°53°
CMYK 0.760.020.00   0.47
XYZ13.427118.859726.2252
Yxy18.85970.22950.3223
Hunter Lab43.4278-20.8095-5.4047
CIE-Lab50.5227-26.3294-9.7428

#208588 color RGB value is (32,133,136).

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

The process color (four color CMYK) of #208588 color hex is 0.76, 0.02, 0.00, 0.47. Web safe color of #208588 is #339999. Color #208588 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10000101 10001000
Octal 40 205 210
Decimal 32 133 136
Hex 20 85 88

RGB Percentages of Color #208588

%10.63
%44.19
%45.18

CMYK Percentages of Color #208588

%76
%2
%0
%47

Triadic Colors of #208588

#208588 #882085 #858820

Analogous Colors of #208588

#208588 #205188 #208857

Monochromatic Colors of #208588

#208588

Complementary Color

#208588 #882320

#208588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#208588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#208588 Color CSS Codes

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

#208588 Text Font Color

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

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


#208588 Background Color

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

This div background color is #208588


#208588 Border Color

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

This div border color is #208588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #208588


Comments

No comments written yet.

Please login to write comment.