Color Hex Logo

#072def Color Hex

#072DEF
(7,45,239)
0 Favorites   0 Comments

Color spaces of #072def

RGB 745239
HSL0.640.940.48
HSV230°97°94°
CMYK 0.970.810.00   0.06
XYZ16.60608.153982.3600
Yxy8.15390.15500.0761
Hunter Lab28.555053.8342-151.0190
CIE-Lab34.301462.7033-95.5016

#072def color RGB value is (7,45,239).

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

The process color (four color CMYK) of #072def color hex is 0.97, 0.81, 0.00, 0.06. Web safe color of #072def is #0033ff. Color #072def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101101 11101111
Octal 7 55 357
Decimal 7 45 239
Hex 7 2D EF

RGB Percentages of Color #072def

%2.41
%15.46
%82.13

CMYK Percentages of Color #072def

%97
%81
%0
%6

Triadic Colors of #072def

#072def #ef072d #2def07

Analogous Colors of #072def

#072def #5507ef #07a1ef

Monochromatic Colors of #072def

#072def

Complementary Color

#072def #efc907

#072def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072def Color Preview on White Background

Lorem ipsum dolor sit amet.

#072def Color CSS Codes

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

#072def Text Font Color

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

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


#072def Background Color

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

This div background color is #072def


#072def Border Color

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

This div border color is #072def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072def


Comments

No comments written yet.

Please login to write comment.