Color Hex Logo

#078082 Color Hex

#078082
(7,128,130)
0 Favorites   0 Comments

Color spaces of #078082

RGB 7128130
HSL0.500.900.27
HSV181°95°51°
CMYK 0.950.020.00   0.49
XYZ11.836117.095223.7950
Yxy17.09520.22450.3242
Hunter Lab41.3463-21.2574-5.1792
CIE-Lab48.3798-27.8134-9.4685

#078082 color RGB value is (7,128,130).

#078082 hex color red value is 7, green value is 128 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #078082 hue: 0.50 , saturation: 0.90 and the lightness value of 078082 is 0.27.

The process color (four color CMYK) of #078082 color hex is 0.95, 0.02, 0.00, 0.49. Web safe color of #078082 is #009999. Color #078082 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000000 10000010
Octal 7 200 202
Decimal 7 128 130
Hex 7 80 82

RGB Percentages of Color #078082

%2.64
%48.30
%49.06

CMYK Percentages of Color #078082

%95
%2
%0
%49

Triadic Colors of #078082

#078082 #820780 #808207

Analogous Colors of #078082

#078082 #074382 #078247

Monochromatic Colors of #078082

#078082

Complementary Color

#078082 #820907

#078082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#078082 Color CSS Codes

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

#078082 Text Font Color

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

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


#078082 Background Color

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

This div background color is #078082


#078082 Border Color

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

This div border color is #078082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078082


Comments

No comments written yet.

Please login to write comment.