Color Hex Logo

#072ead Color Hex

#072EAD
(7,46,173)
0 Favorites   0 Comments

Color spaces of #072ead

RGB 746173
HSL0.630.920.35
HSV226°96°68°
CMYK 0.960.730.00   0.32
XYZ8.60745.016340.0497
Yxy5.01630.16040.0935
Hunter Lab22.397129.4042-90.3423
CIE-Lab26.781240.1320-69.5384

#072ead color RGB value is (7,46,173).

#072ead hex color red value is 7, green value is 46 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #072ead hue: 0.63 , saturation: 0.92 and the lightness value of 072ead is 0.35.

The process color (four color CMYK) of #072ead color hex is 0.96, 0.73, 0.00, 0.32. Web safe color of #072ead is #003399. Color #072ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101110 10101101
Octal 7 56 255
Decimal 7 46 173
Hex 7 2E AD

RGB Percentages of Color #072ead

%3.10
%20.35
%76.55

CMYK Percentages of Color #072ead

%96
%73
%0
%32

Triadic Colors of #072ead

#072ead #ad072e #2ead07

Analogous Colors of #072ead

#072ead #3307ad #0781ad

Monochromatic Colors of #072ead

#072ead

Complementary Color

#072ead #ad8607

#072ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#072ead Color CSS Codes

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

#072ead Text Font Color

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

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


#072ead Background Color

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

This div background color is #072ead


#072ead Border Color

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

This div border color is #072ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072ead


Comments

No comments written yet.

Please login to write comment.