Color Hex Logo

#075fae Color Hex

#075FAE
(7,95,174)
0 Favorites   0 Comments

Color spaces of #075fae

RGB 795174
HSL0.580.920.35
HSV208°96°68°
CMYK 0.960.450.00   0.32
XYZ11.819811.285641.5998
Yxy11.28560.18270.1744
Hunter Lab33.59404.0142-49.9035
CIE-Lab40.05747.9442-48.4737

#075fae color RGB value is (7,95,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011111 10101110
Octal 7 137 256
Decimal 7 95 174
Hex 7 5F AE

RGB Percentages of Color #075fae

%2.54
%34.42
%63.04

CMYK Percentages of Color #075fae

%96
%45
%0
%32

Triadic Colors of #075fae

#075fae #ae075f #5fae07

Analogous Colors of #075fae

#075fae #070bae #07aeaa

Monochromatic Colors of #075fae

#075fae

Complementary Color

#075fae #ae5607

#075fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#075fae Color CSS Codes

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

#075fae Text Font Color

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

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


#075fae Background Color

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

This div background color is #075fae


#075fae Border Color

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

This div border color is #075fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075fae


Comments

No comments written yet.

Please login to write comment.