Color Hex Logo

#2089cf Color Hex

#2089CF
(32,137,207)
0 Favorites   0 Comments

Color spaces of #2089cf

RGB 32137207
HSL0.570.730.47
HSV204°85°81°
CMYK 0.850.340.00   0.19
XYZ20.803822.703462.3172
Yxy22.70340.19660.2145
Hunter Lab47.6481-5.4486-44.1896
CIE-Lab54.7655-3.6967-44.0432

#2089cf color RGB value is (32,137,207).

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

The process color (four color CMYK) of #2089cf color hex is 0.85, 0.34, 0.00, 0.19. Web safe color of #2089cf is #3399cc. Color #2089cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10001001 11001111
Octal 40 211 317
Decimal 32 137 207
Hex 20 89 CF

RGB Percentages of Color #2089cf

%8.51
%36.44
%55.05

CMYK Percentages of Color #2089cf

%85
%34
%0
%19

Triadic Colors of #2089cf

#2089cf #cf2089 #89cf20

Analogous Colors of #2089cf

#2089cf #2031cf #20cfbe

Monochromatic Colors of #2089cf

#2089cf

Complementary Color

#2089cf #cf6620

#2089cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2089cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2089cf Color CSS Codes

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

#2089cf Text Font Color

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

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


#2089cf Background Color

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

This div background color is #2089cf


#2089cf Border Color

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

This div border color is #2089cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2089cf


Comments

No comments written yet.

Please login to write comment.