Color Hex Logo

#075eba Color Hex

#075EBA
(7,94,186)
0 Favorites   0 Comments

Color spaces of #075eba

RGB 794186
HSL0.590.930.38
HSV211°96°73°
CMYK 0.960.490.00   0.27
XYZ12.953311.595748.0099
Yxy11.59570.17850.1598
Hunter Lab34.05258.3083-59.7551
CIE-Lab40.566213.4866-54.6974

#075eba color RGB value is (7,94,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011110 10111010
Octal 7 136 272
Decimal 7 94 186
Hex 7 5E BA

RGB Percentages of Color #075eba

%2.44
%32.75
%64.81

CMYK Percentages of Color #075eba

%96
%49
%0
%27

Triadic Colors of #075eba

#075eba #ba075e #5eba07

Analogous Colors of #075eba

#075eba #0907ba #07b8ba

Monochromatic Colors of #075eba

#075eba

Complementary Color

#075eba #ba6307

#075eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#075eba Color CSS Codes

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

#075eba Text Font Color

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

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


#075eba Background Color

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

This div background color is #075eba


#075eba Border Color

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

This div border color is #075eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075eba


Comments

No comments written yet.

Please login to write comment.