Color Hex Logo

#3089ad Color Hex

#3089AD
(48,137,173)
0 Favorites   0 Comments

Color spaces of #3089ad

RGB 48137173
HSL0.550.570.43
HSV197°72°68°
CMYK 0.720.210.00   0.32
XYZ17.707421.536842.7589
Yxy21.53680.21590.2626
Hunter Lab46.4078-13.1049-22.1428
CIE-Lab53.5321-14.1396-26.5771

#3089ad color RGB value is (48,137,173).

#3089ad hex color red value is 48, green value is 137 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3089ad hue: 0.55 , saturation: 0.57 and the lightness value of 3089ad is 0.43.

The process color (four color CMYK) of #3089ad color hex is 0.72, 0.21, 0.00, 0.32. Web safe color of #3089ad is #339999. Color #3089ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001001 10101101
Octal 60 211 255
Decimal 48 137 173
Hex 30 89 AD

RGB Percentages of Color #3089ad

%13.41
%38.27
%48.32

CMYK Percentages of Color #3089ad

%72
%21
%0
%32

Triadic Colors of #3089ad

#3089ad #ad3089 #89ad30

Analogous Colors of #3089ad

#3089ad #304bad #30ad93

Monochromatic Colors of #3089ad

#3089ad

Complementary Color

#3089ad #ad5430

#3089ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3089ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3089ad Color CSS Codes

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

#3089ad Text Font Color

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

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


#3089ad Background Color

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

This div background color is #3089ad


#3089ad Border Color

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

This div border color is #3089ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,137,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3089ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3089ad;
  -webkit-box-shadow: 1px 1px 3px 2px #3089ad;
  box-shadow:         1px 1px 3px 2px #3089ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3089ad


Comments

No comments written yet.

Please login to write comment.