Color Hex Logo

#075771 Color Hex

#075771
(7,87,113)
0 Favorites   0 Comments

Color spaces of #075771

RGB 787113
HSL0.540.880.24
HSV195°94°44°
CMYK 0.940.230.00   0.56
XYZ6.47658.053816.8360
Yxy8.05380.20650.2568
Hunter Lab28.3792-8.9277-15.3084
CIE-Lab34.0947-11.7027-20.9768

#075771 color RGB value is (7,87,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010111 01110001
Octal 7 127 161
Decimal 7 87 113
Hex 7 57 71

RGB Percentages of Color #075771

%3.38
%42.03
%54.59

CMYK Percentages of Color #075771

%94
%23
%0
%56

Triadic Colors of #075771

#075771 #710757 #577107

Analogous Colors of #075771

#075771 #072271 #077156

Monochromatic Colors of #075771

#075771

Complementary Color

#075771 #712107

#075771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#075771 Color CSS Codes

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

#075771 Text Font Color

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

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


#075771 Background Color

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

This div background color is #075771


#075771 Border Color

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

This div border color is #075771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075771


Comments

No comments written yet.

Please login to write comment.