Color Hex Logo

#072ede Color Hex

#072EDE
(7,46,222)
0 Favorites   0 Comments

Color spaces of #072ede

RGB 746222
HSL0.640.940.45
HSV229°97°87°
CMYK 0.970.790.00   0.13
XYZ14.24947.273169.7601
Yxy7.27310.15610.0797
Hunter Lab26.968747.1186-134.4878
CIE-Lab32.420756.9071-88.9326

#072ede color RGB value is (7,46,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101110 11011110
Octal 7 56 336
Decimal 7 46 222
Hex 7 2E DE

RGB Percentages of Color #072ede

%2.55
%16.73
%80.73

CMYK Percentages of Color #072ede

%97
%79
%0
%13

Triadic Colors of #072ede

#072ede #de072e #2ede07

Analogous Colors of #072ede

#072ede #4b07de #079ade

Monochromatic Colors of #072ede

#072ede

Complementary Color

#072ede #deb707

#072ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#072ede Color CSS Codes

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

#072ede Text Font Color

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

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


#072ede Background Color

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

This div background color is #072ede


#072ede Border Color

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

This div border color is #072ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072ede


Comments

No comments written yet.

Please login to write comment.