Color Hex Logo

#208590 Color Hex

#208590
(32,133,144)
0 Favorites   0 Comments

Color spaces of #208590

RGB 32133144
HSL0.520.640.35
HSV186°78°56°
CMYK 0.780.080.00   0.44
XYZ14.017219.095829.3326
Yxy19.09580.22450.3058
Hunter Lab43.6987-19.2155-9.2090
CIE-Lab50.7991-23.7607-13.9987

#208590 color RGB value is (32,133,144).

#208590 hex color red value is 32, green value is 133 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #208590 hue: 0.52 , saturation: 0.64 and the lightness value of 208590 is 0.35.

The process color (four color CMYK) of #208590 color hex is 0.78, 0.08, 0.00, 0.44. Web safe color of #208590 is #339999. Color #208590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10000101 10010000
Octal 40 205 220
Decimal 32 133 144
Hex 20 85 90

RGB Percentages of Color #208590

%10.36
%43.04
%46.60

CMYK Percentages of Color #208590

%78
%8
%0
%44

Triadic Colors of #208590

#208590 #902085 #859020

Analogous Colors of #208590

#208590 #204d90 #209063

Monochromatic Colors of #208590

#208590

Complementary Color

#208590 #902b20

#208590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#208590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#208590 Color CSS Codes

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

#208590 Text Font Color

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

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


#208590 Background Color

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

This div background color is #208590


#208590 Border Color

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

This div border color is #208590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #208590


Comments

No comments written yet.

Please login to write comment.