Color Hex Logo

#075eeb Color Hex

#075EEB
(7,94,235)
0 Favorites   0 Comments

Color spaces of #075eeb

RGB 794235
HSL0.600.940.47
HSV217°97°92°
CMYK 0.970.600.00   0.08
XYZ19.085714.048780.3030
Yxy14.04870.16820.1238
Hunter Lab37.481625.2997-100.7896
CIE-Lab44.302732.8671-76.7281

#075eeb color RGB value is (7,94,235).

#075eeb hex color red value is 7, green value is 94 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #075eeb hue: 0.60 , saturation: 0.94 and the lightness value of 075eeb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011110 11101011
Octal 7 136 353
Decimal 7 94 235
Hex 7 5E EB

RGB Percentages of Color #075eeb

%2.08
%27.98
%69.94

CMYK Percentages of Color #075eeb

%97
%60
%0
%8

Triadic Colors of #075eeb

#075eeb #eb075e #5eeb07

Analogous Colors of #075eeb

#075eeb #2207eb #07d0eb

Monochromatic Colors of #075eeb

#075eeb

Complementary Color

#075eeb #eb9407

#075eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#075eeb Color CSS Codes

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

#075eeb Text Font Color

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

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


#075eeb Background Color

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

This div background color is #075eeb


#075eeb Border Color

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

This div border color is #075eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075eeb


Comments

No comments written yet.

Please login to write comment.