Color Hex Logo

#2989af Color Hex

#2989AF
(41,137,175)
0 Favorites   0 Comments

Color spaces of #2989af

RGB 41137175
HSL0.550.620.42
HSV197°77°69°
CMYK 0.770.220.00   0.31
XYZ17.598021.457943.7717
Yxy21.45790.21250.2591
Hunter Lab46.3227-13.2525-23.5991
CIE-Lab53.4470-14.3625-27.8710

#2989af color RGB value is (41,137,175).

#2989af hex color red value is 41, green value is 137 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2989af hue: 0.55 , saturation: 0.62 and the lightness value of 2989af is 0.42.

The process color (four color CMYK) of #2989af color hex is 0.77, 0.22, 0.00, 0.31. Web safe color of #2989af is #339999. Color #2989af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001001 10101111
Octal 51 211 257
Decimal 41 137 175
Hex 29 89 AF

RGB Percentages of Color #2989af

%11.61
%38.81
%49.58

CMYK Percentages of Color #2989af

%77
%22
%0
%31

Triadic Colors of #2989af

#2989af #af2989 #89af29

Analogous Colors of #2989af

#2989af #2946af #29af92

Monochromatic Colors of #2989af

#2989af

Complementary Color

#2989af #af4f29

#2989af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2989af Color Preview on White Background

Lorem ipsum dolor sit amet.

#2989af Color CSS Codes

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

#2989af Text Font Color

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

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


#2989af Background Color

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

This div background color is #2989af


#2989af Border Color

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

This div border color is #2989af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,137,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2989af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2989af;
  -webkit-box-shadow: 1px 1px 3px 2px #2989af;
  box-shadow:         1px 1px 3px 2px #2989af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2989af


Comments

No comments written yet.

Please login to write comment.