Color Hex Logo

#075eda Color Hex

#075EDA
(7,94,218)
0 Favorites   0 Comments

Color spaces of #075eda

RGB 794218
HSL0.600.940.44
HSV215°97°85°
CMYK 0.970.570.00   0.15
XYZ16.745213.112567.9781
Yxy13.11250.17120.1340
Hunter Lab36.211219.1745-85.9554
CIE-Lab42.932326.2800-69.3284

#075eda color RGB value is (7,94,218).

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

The process color (four color CMYK) of #075eda color hex is 0.97, 0.57, 0.00, 0.15. Web safe color of #075eda is #0066cc. Color #075eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011110 11011010
Octal 7 136 332
Decimal 7 94 218
Hex 7 5E DA

RGB Percentages of Color #075eda

%2.19
%29.47
%68.34

CMYK Percentages of Color #075eda

%97
%57
%0
%15

Triadic Colors of #075eda

#075eda #da075e #5eda07

Analogous Colors of #075eda

#075eda #1a07da #07c8da

Monochromatic Colors of #075eda

#075eda

Complementary Color

#075eda #da8307

#075eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#075eda Color CSS Codes

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

#075eda Text Font Color

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

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


#075eda Background Color

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

This div background color is #075eda


#075eda Border Color

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

This div border color is #075eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075eda


Comments

No comments written yet.

Please login to write comment.