Color Hex Logo

#078489 Color Hex

#078489
(7,132,137)
0 Favorites   0 Comments

Color spaces of #078489

RGB 7132137
HSL0.510.900.28
HSV182°95°54°
CMYK 0.950.040.00   0.46
XYZ12.854218.353826.5321
Yxy18.35380.22260.3179
Hunter Lab42.8413-21.4148-6.7300
CIE-Lab49.9224-27.4999-11.2611

#078489 color RGB value is (7,132,137).

#078489 hex color red value is 7, green value is 132 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #078489 hue: 0.51 , saturation: 0.90 and the lightness value of 078489 is 0.28.

The process color (four color CMYK) of #078489 color hex is 0.95, 0.04, 0.00, 0.46. Web safe color of #078489 is #009999. Color #078489 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000100 10001001
Octal 7 204 211
Decimal 7 132 137
Hex 7 84 89

RGB Percentages of Color #078489

%2.54
%47.83
%49.64

CMYK Percentages of Color #078489

%95
%4
%0
%46

Triadic Colors of #078489

#078489 #890784 #848907

Analogous Colors of #078489

#078489 #074389 #07894d

Monochromatic Colors of #078489

#078489

Complementary Color

#078489 #890c07

#078489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#078489 Color CSS Codes

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

#078489 Text Font Color

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

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


#078489 Background Color

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

This div background color is #078489


#078489 Border Color

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

This div border color is #078489


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,132,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #078489; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #078489;
  -webkit-box-shadow: 1px 1px 3px 2px #078489;
  box-shadow:         1px 1px 3px 2px #078489; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078489


Comments

No comments written yet.

Please login to write comment.