Color Hex Logo

#075859 Color Hex

#075859
(7,88,89)
0 Favorites   0 Comments

Color spaces of #075859

RGB 78889
HSL0.500.850.19
HSV181°92°35°
CMYK 0.920.010.00   0.65
XYZ5.38057.745910.6627
Yxy7.74590.22620.3256
Hunter Lab27.8315-14.1966-3.2330
CIE-Lab33.4480-21.1540-6.9310

#075859 color RGB value is (7,88,89).

#075859 hex color red value is 7, green value is 88 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #075859 hue: 0.50 , saturation: 0.85 and the lightness value of 075859 is 0.19.

The process color (four color CMYK) of #075859 color hex is 0.92, 0.01, 0.00, 0.65. Web safe color of #075859 is #006666. Color #075859 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011000 01011001
Octal 7 130 131
Decimal 7 88 89
Hex 7 58 59

RGB Percentages of Color #075859

%3.80
%47.83
%48.37

CMYK Percentages of Color #075859

%92
%1
%0
%65

Triadic Colors of #075859

#075859 #590758 #585907

Analogous Colors of #075859

#075859 #072f59 #075931

Monochromatic Colors of #075859

#075859

Complementary Color

#075859 #590807

#075859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#075859 Color CSS Codes

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

#075859 Text Font Color

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

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


#075859 Background Color

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

This div background color is #075859


#075859 Border Color

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

This div border color is #075859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075859


Comments

No comments written yet.

Please login to write comment.