Color Hex Logo

#2089dd Color Hex

#2089DD
(32,137,221)
0 Favorites   0 Comments

Color spaces of #2089dd

RGB 32137221
HSL0.570.750.50
HSV207°86°87°
CMYK 0.860.380.00   0.13
XYZ22.592523.418971.7362
Yxy23.41890.19190.1989
Hunter Lab48.3931-1.3545-54.0143
CIE-Lab55.50121.5318-50.7515

#2089dd color RGB value is (32,137,221).

#2089dd hex color red value is 32, green value is 137 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2089dd hue: 0.57 , saturation: 0.75 and the lightness value of 2089dd is 0.50.

The process color (four color CMYK) of #2089dd color hex is 0.86, 0.38, 0.00, 0.13. Web safe color of #2089dd is #3399cc. Color #2089dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10001001 11011101
Octal 40 211 335
Decimal 32 137 221
Hex 20 89 DD

RGB Percentages of Color #2089dd

%8.21
%35.13
%56.67

CMYK Percentages of Color #2089dd

%86
%38
%0
%13

Triadic Colors of #2089dd

#2089dd #dd2089 #89dd20

Analogous Colors of #2089dd

#2089dd #202bdd #20ddd3

Monochromatic Colors of #2089dd

#2089dd

Complementary Color

#2089dd #dd7420

#2089dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2089dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2089dd Color CSS Codes

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

#2089dd Text Font Color

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

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


#2089dd Background Color

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

This div background color is #2089dd


#2089dd Border Color

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

This div border color is #2089dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,137,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2089dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2089dd;
  -webkit-box-shadow: 1px 1px 3px 2px #2089dd;
  box-shadow:         1px 1px 3px 2px #2089dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2089dd


Comments

No comments written yet.

Please login to write comment.