Color Hex Logo

#075ec6 Color Hex

#075EC6
(7,94,198)
0 Favorites   0 Comments

Color spaces of #075ec6

RGB 794198
HSL0.590.930.40
HSV213°96°78°
CMYK 0.960.530.00   0.22
XYZ14.283412.127855.0142
Yxy12.12780.17540.1489
Hunter Lab34.825012.2677-69.2849
CIE-Lab41.418518.3346-60.2973

#075ec6 color RGB value is (7,94,198).

#075ec6 hex color red value is 7, green value is 94 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #075ec6 hue: 0.59 , saturation: 0.93 and the lightness value of 075ec6 is 0.40.

The process color (four color CMYK) of #075ec6 color hex is 0.96, 0.53, 0.00, 0.22. Web safe color of #075ec6 is #0066cc. Color #075ec6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011110 11000110
Octal 7 136 306
Decimal 7 94 198
Hex 7 5E C6

RGB Percentages of Color #075ec6

%2.34
%31.44
%66.22

CMYK Percentages of Color #075ec6

%96
%53
%0
%22

Triadic Colors of #075ec6

#075ec6 #c6075e #5ec607

Analogous Colors of #075ec6

#075ec6 #0f07c6 #07bec6

Monochromatic Colors of #075ec6

#075ec6

Complementary Color

#075ec6 #c66f07

#075ec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075ec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#075ec6 Color CSS Codes

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

#075ec6 Text Font Color

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

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


#075ec6 Background Color

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

This div background color is #075ec6


#075ec6 Border Color

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

This div border color is #075ec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075ec6


Comments

No comments written yet.

Please login to write comment.