Color Hex Logo

#075466 Color Hex

#075466
(7,84,102)
0 Favorites   0 Comments

Color spaces of #075466

RGB 784102
HSL0.530.870.21
HSV191°93°40°
CMYK 0.930.180.00   0.60
XYZ5.65627.345113.6900
Yxy7.34510.21190.2752
Hunter Lab27.1018-10.1750-10.9780
CIE-Lab32.5800-14.1879-16.4361

#075466 color RGB value is (7,84,102).

#075466 hex color red value is 7, green value is 84 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #075466 hue: 0.53 , saturation: 0.87 and the lightness value of 075466 is 0.21.

The process color (four color CMYK) of #075466 color hex is 0.93, 0.18, 0.00, 0.60. Web safe color of #075466 is #006666. Color #075466 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010100 01100110
Octal 7 124 146
Decimal 7 84 102
Hex 7 54 66

RGB Percentages of Color #075466

%3.63
%43.52
%52.85

CMYK Percentages of Color #075466

%93
%18
%0
%60

Triadic Colors of #075466

#075466 #660754 #546607

Analogous Colors of #075466

#075466 #072566 #076649

Monochromatic Colors of #075466

#075466

Complementary Color

#075466 #661907

#075466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#075466 Color CSS Codes

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

#075466 Text Font Color

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

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


#075466 Background Color

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

This div background color is #075466


#075466 Border Color

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

This div border color is #075466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075466


Comments

No comments written yet.

Please login to write comment.