Color Hex Logo

#07588a Color Hex

#07588A
(7,88,138)
0 Favorites   0 Comments

Color spaces of #07588a

RGB 788138
HSL0.560.900.28
HSV203°95°54°
CMYK 0.950.360.00   0.46
XYZ8.16488.859625.3245
Yxy8.85960.19280.2092
Hunter Lab29.7651-3.1249-29.6091
CIE-Lab35.7126-2.2819-33.8362

#07588a color RGB value is (7,88,138).

#07588a hex color red value is 7, green value is 88 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #07588a hue: 0.56 , saturation: 0.90 and the lightness value of 07588a is 0.28.

The process color (four color CMYK) of #07588a color hex is 0.95, 0.36, 0.00, 0.46. Web safe color of #07588a is #006699. Color #07588a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011000 10001010
Octal 7 130 212
Decimal 7 88 138
Hex 7 58 8A

RGB Percentages of Color #07588a

%3.00
%37.77
%59.23

CMYK Percentages of Color #07588a

%95
%36
%0
%46

Triadic Colors of #07588a

#07588a #8a0758 #588a07

Analogous Colors of #07588a

#07588a #07178a #078a7b

Monochromatic Colors of #07588a

#07588a

Complementary Color

#07588a #8a3907

#07588a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07588a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07588a Color CSS Codes

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

#07588a Text Font Color

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

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


#07588a Background Color

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

This div background color is #07588a


#07588a Border Color

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

This div border color is #07588a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07588a


Comments

No comments written yet.

Please login to write comment.