Color Hex Logo

#075aef Color Hex

#075AEF
(7,90,239)
0 Favorites   0 Comments

Color spaces of #075aef

RGB 790239
HSL0.610.940.48
HSV219°97°94°
CMYK 0.970.620.00   0.06
XYZ19.323813.589583.2659
Yxy13.58950.16630.1170
Hunter Lab36.863929.0565-108.1157
CIE-Lab43.638436.9430-80.0690

#075aef color RGB value is (7,90,239).

#075aef hex color red value is 7, green value is 90 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #075aef hue: 0.61 , saturation: 0.94 and the lightness value of 075aef is 0.48.

The process color (four color CMYK) of #075aef color hex is 0.97, 0.62, 0.00, 0.06. Web safe color of #075aef is #0066ff. Color #075aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011010 11101111
Octal 7 132 357
Decimal 7 90 239
Hex 7 5A EF

RGB Percentages of Color #075aef

%2.08
%26.79
%71.13

CMYK Percentages of Color #075aef

%97
%62
%0
%6

Triadic Colors of #075aef

#075aef #ef075a #5aef07

Analogous Colors of #075aef

#075aef #2807ef #07ceef

Monochromatic Colors of #075aef

#075aef

Complementary Color

#075aef #ef9c07

#075aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#075aef Color CSS Codes

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

#075aef Text Font Color

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

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


#075aef Background Color

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

This div background color is #075aef


#075aef Border Color

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

This div border color is #075aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075aef


Comments

No comments written yet.

Please login to write comment.