Color Hex Logo

#075bea Color Hex

#075BEA
(7,91,234)
0 Favorites   0 Comments

Color spaces of #075bea

RGB 791234
HSL0.600.940.47
HSV218°97°92°
CMYK 0.970.610.00   0.08
XYZ18.680013.467979.4569
Yxy13.46790.16740.1207
Hunter Lab36.698626.6358-102.6808
CIE-Lab43.460034.4101-77.5442

#075bea color RGB value is (7,91,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011011 11101010
Octal 7 133 352
Decimal 7 91 234
Hex 7 5B EA

RGB Percentages of Color #075bea

%2.11
%27.41
%70.48

CMYK Percentages of Color #075bea

%97
%61
%0
%8

Triadic Colors of #075bea

#075bea #ea075b #5bea07

Analogous Colors of #075bea

#075bea #2507ea #07cdea

Monochromatic Colors of #075bea

#075bea

Complementary Color

#075bea #ea9607

#075bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#075bea Color CSS Codes

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

#075bea Text Font Color

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

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


#075bea Background Color

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

This div background color is #075bea


#075bea Border Color

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

This div border color is #075bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075bea


Comments

No comments written yet.

Please login to write comment.