Color Hex Logo

#072eda Color Hex

#072EDA
(7,46,218)
0 Favorites   0 Comments

Color spaces of #072eda

RGB 746218
HSL0.640.940.44
HSV229°97°85°
CMYK 0.970.790.00   0.15
XYZ13.71957.061166.9695
Yxy7.06110.15630.0805
Hunter Lab26.572745.6573-130.8238
CIE-Lab31.945655.6208-87.4213

#072eda color RGB value is (7,46,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101110 11011010
Octal 7 56 332
Decimal 7 46 218
Hex 7 2E DA

RGB Percentages of Color #072eda

%2.58
%16.97
%80.44

CMYK Percentages of Color #072eda

%97
%79
%0
%15

Triadic Colors of #072eda

#072eda #da072e #2eda07

Analogous Colors of #072eda

#072eda #4a07da #0798da

Monochromatic Colors of #072eda

#072eda

Complementary Color

#072eda #dab307

#072eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#072eda Color CSS Codes

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

#072eda Text Font Color

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

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


#072eda Background Color

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

This div background color is #072eda


#072eda Border Color

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

This div border color is #072eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,46,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 #072eda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072eda


Comments

No comments written yet.

Please login to write comment.