Color Hex Logo

#07518e Color Hex

#07518E
(7,81,142)
0 Favorites   0 Comments

Color spaces of #07518e

RGB 781142
HSL0.580.910.29
HSV207°95°56°
CMYK 0.950.430.00   0.44
XYZ7.91257.883026.6957
Yxy7.88300.18620.1855
Hunter Lab28.07671.1702-36.7201
CIE-Lab33.73803.9328-39.4216

#07518e color RGB value is (7,81,142).

#07518e hex color red value is 7, green value is 81 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #07518e hue: 0.58 , saturation: 0.91 and the lightness value of 07518e is 0.29.

The process color (four color CMYK) of #07518e color hex is 0.95, 0.43, 0.00, 0.44. Web safe color of #07518e is #006699. Color #07518e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010001 10001110
Octal 7 121 216
Decimal 7 81 142
Hex 7 51 8E

RGB Percentages of Color #07518e

%3.04
%35.22
%61.74

CMYK Percentages of Color #07518e

%95
%43
%0
%44

Triadic Colors of #07518e

#07518e #8e0751 #518e07

Analogous Colors of #07518e

#07518e #070e8e #078e88

Monochromatic Colors of #07518e

#07518e

Complementary Color

#07518e #8e4407

#07518e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07518e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07518e Color CSS Codes

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

#07518e Text Font Color

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

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


#07518e Background Color

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

This div background color is #07518e


#07518e Border Color

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

This div border color is #07518e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,81,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07518e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07518e;
  -webkit-box-shadow: 1px 1px 3px 2px #07518e;
  box-shadow:         1px 1px 3px 2px #07518e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07518e


Comments

No comments written yet.

Please login to write comment.