Color Hex Logo

#078398 Color Hex

#078398
(7,131,152)
0 Favorites   0 Comments

Color spaces of #078398

RGB 7131152
HSL0.520.910.31
HSV189°95°60°
CMYK 0.950.140.00   0.40
XYZ13.871418.544832.5542
Yxy18.54480.21350.2854
Hunter Lab43.0637-17.8641-14.6760
CIE-Lab50.1503-21.8834-19.6829

#078398 color RGB value is (7,131,152).

#078398 hex color red value is 7, green value is 131 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #078398 hue: 0.52 , saturation: 0.91 and the lightness value of 078398 is 0.31.

The process color (four color CMYK) of #078398 color hex is 0.95, 0.14, 0.00, 0.40. Web safe color of #078398 is #009999. Color #078398 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000011 10011000
Octal 7 203 230
Decimal 7 131 152
Hex 7 83 98

RGB Percentages of Color #078398

%2.41
%45.17
%52.41

CMYK Percentages of Color #078398

%95
%14
%0
%40

Triadic Colors of #078398

#078398 #980783 #839807

Analogous Colors of #078398

#078398 #073a98 #079865

Monochromatic Colors of #078398

#078398

Complementary Color

#078398 #981c07

#078398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#078398 Color CSS Codes

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

#078398 Text Font Color

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

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


#078398 Background Color

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

This div background color is #078398


#078398 Border Color

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

This div border color is #078398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078398


Comments

No comments written yet.

Please login to write comment.