Color Hex Logo

#075665 Color Hex

#075665
(7,86,101)
0 Favorites   0 Comments

Color spaces of #075665

RGB 786101
HSL0.530.870.21
HSV190°93°40°
CMYK 0.930.150.00   0.60
XYZ5.76447.640313.4828
Yxy7.64030.21440.2842
Hunter Lab27.6411-11.1467-9.5718
CIE-Lab33.2222-15.7195-14.8206

#075665 color RGB value is (7,86,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010110 01100101
Octal 7 126 145
Decimal 7 86 101
Hex 7 56 65

RGB Percentages of Color #075665

%3.61
%44.33
%52.06

CMYK Percentages of Color #075665

%93
%15
%0
%60

Triadic Colors of #075665

#075665 #650756 #566507

Analogous Colors of #075665

#075665 #072765 #076545

Monochromatic Colors of #075665

#075665

Complementary Color

#075665 #651607

#075665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#075665 Color CSS Codes

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

#075665 Text Font Color

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

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


#075665 Background Color

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

This div background color is #075665


#075665 Border Color

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

This div border color is #075665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075665


Comments

No comments written yet.

Please login to write comment.