Color Hex Logo

#075c75 Color Hex

#075C75
(7,92,117)
0 Favorites   0 Comments

Color spaces of #075c75

RGB 792117
HSL0.540.890.24
HSV194°94°46°
CMYK 0.940.210.00   0.54
XYZ7.12578.983818.1881
Yxy8.98380.20780.2619
Hunter Lab29.9730-10.0166-14.9971
CIE-Lab35.9531-13.1054-20.5726

#075c75 color RGB value is (7,92,117).

#075c75 hex color red value is 7, green value is 92 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #075c75 hue: 0.54 , saturation: 0.89 and the lightness value of 075c75 is 0.24.

The process color (four color CMYK) of #075c75 color hex is 0.94, 0.21, 0.00, 0.54. Web safe color of #075c75 is #006666. Color #075c75 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011100 01110101
Octal 7 134 165
Decimal 7 92 117
Hex 7 5C 75

RGB Percentages of Color #075c75

%3.24
%42.59
%54.17

CMYK Percentages of Color #075c75

%94
%21
%0
%54

Triadic Colors of #075c75

#075c75 #75075c #5c7507

Analogous Colors of #075c75

#075c75 #072575 #077557

Monochromatic Colors of #075c75

#075c75

Complementary Color

#075c75 #752007

#075c75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075c75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#075c75 Color CSS Codes

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

#075c75 Text Font Color

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

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


#075c75 Background Color

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

This div background color is #075c75


#075c75 Border Color

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

This div border color is #075c75


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,92,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #075c75; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #075c75;
  -webkit-box-shadow: 1px 1px 3px 2px #075c75;
  box-shadow:         1px 1px 3px 2px #075c75; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075c75


Comments

No comments written yet.

Please login to write comment.