Color Hex Logo

#075470 Color Hex

#075470
(7,84,112)
0 Favorites   0 Comments

Color spaces of #075470

RGB 784112
HSL0.540.880.23
HSV196°94°44°
CMYK 0.940.250.00   0.56
XYZ6.18267.555716.4618
Yxy7.55570.20470.2502
Hunter Lab27.4876-7.9546-16.2663
CIE-Lab33.0399-10.2933-21.9941

#075470 color RGB value is (7,84,112).

#075470 hex color red value is 7, green value is 84 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #075470 hue: 0.54 , saturation: 0.88 and the lightness value of 075470 is 0.23.

The process color (four color CMYK) of #075470 color hex is 0.94, 0.25, 0.00, 0.56. Web safe color of #075470 is #006666. Color #075470 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010100 01110000
Octal 7 124 160
Decimal 7 84 112
Hex 7 54 70

RGB Percentages of Color #075470

%3.45
%41.38
%55.17

CMYK Percentages of Color #075470

%94
%25
%0
%56

Triadic Colors of #075470

#075470 #700754 #547007

Analogous Colors of #075470

#075470 #072070 #077058

Monochromatic Colors of #075470

#075470

Complementary Color

#075470 #702307

#075470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#075470 Color CSS Codes

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

#075470 Text Font Color

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

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


#075470 Background Color

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

This div background color is #075470


#075470 Border Color

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

This div border color is #075470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075470


Comments

No comments written yet.

Please login to write comment.