Color Hex Logo

#075054 Color Hex

#075054
(7,80,84)
0 Favorites   0 Comments

Color spaces of #075054

RGB 78084
HSL0.510.850.18
HSV183°92°33°
CMYK 0.920.050.00   0.67
XYZ4.55656.42269.3870
Yxy6.42260.22370.3154
Hunter Lab25.3428-12.2567-4.2210
CIE-Lab30.4546-18.5995-8.2585

#075054 color RGB value is (7,80,84).

#075054 hex color red value is 7, green value is 80 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #075054 hue: 0.51 , saturation: 0.85 and the lightness value of 075054 is 0.18.

The process color (four color CMYK) of #075054 color hex is 0.92, 0.05, 0.00, 0.67. Web safe color of #075054 is #006666. Color #075054 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010000 01010100
Octal 7 120 124
Decimal 7 80 84
Hex 7 50 54

RGB Percentages of Color #075054

%4.09
%46.78
%49.12

CMYK Percentages of Color #075054

%92
%5
%0
%67

Triadic Colors of #075054

#075054 #540750 #505407

Analogous Colors of #075054

#075054 #072a54 #075431

Monochromatic Colors of #075054

#075054

Complementary Color

#075054 #540b07

#075054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#075054 Color CSS Codes

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

#075054 Text Font Color

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

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


#075054 Background Color

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

This div background color is #075054


#075054 Border Color

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

This div border color is #075054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075054


Comments

No comments written yet.

Please login to write comment.