Color Hex Logo

#075eac Color Hex

#075EAC
(7,94,172)
0 Favorites   0 Comments

Color spaces of #075eac

RGB 794172
HSL0.580.920.35
HSV208°96°67°
CMYK 0.960.450.00   0.33
XYZ11.536711.029140.5505
Yxy11.02910.18280.1747
Hunter Lab33.21013.8906-49.1478
CIE-Lab39.62947.7802-47.9810

#075eac color RGB value is (7,94,172).

#075eac hex color red value is 7, green value is 94 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #075eac hue: 0.58 , saturation: 0.92 and the lightness value of 075eac is 0.35.

The process color (four color CMYK) of #075eac color hex is 0.96, 0.45, 0.00, 0.33. Web safe color of #075eac is #006699. Color #075eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011110 10101100
Octal 7 136 254
Decimal 7 94 172
Hex 7 5E AC

RGB Percentages of Color #075eac

%2.56
%34.43
%63.00

CMYK Percentages of Color #075eac

%96
%45
%0
%33

Triadic Colors of #075eac

#075eac #ac075e #5eac07

Analogous Colors of #075eac

#075eac #070cac #07aca8

Monochromatic Colors of #075eac

#075eac

Complementary Color

#075eac #ac5507

#075eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#075eac Color CSS Codes

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

#075eac Text Font Color

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

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


#075eac Background Color

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

This div background color is #075eac


#075eac Border Color

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

This div border color is #075eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075eac


Comments

No comments written yet.

Please login to write comment.