Color Hex Logo

#072dda Color Hex

#072DDA
(7,45,218)
0 Favorites   0 Comments

Color spaces of #072dda

RGB 745218
HSL0.640.940.44
HSV229°97°85°
CMYK 0.970.790.00   0.15
XYZ13.68096.983966.9566
Yxy6.98390.15610.0797
Hunter Lab26.427146.1594-131.7204
CIE-Lab31.770256.1305-87.7128

#072dda color RGB value is (7,45,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101101 11011010
Octal 7 55 332
Decimal 7 45 218
Hex 7 2D DA

RGB Percentages of Color #072dda

%2.59
%16.67
%80.74

CMYK Percentages of Color #072dda

%97
%79
%0
%15

Triadic Colors of #072dda

#072dda #da072d #2dda07

Analogous Colors of #072dda

#072dda #4b07da #0797da

Monochromatic Colors of #072dda

#072dda

Complementary Color

#072dda #dab407

#072dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#072dda Color CSS Codes

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

#072dda Text Font Color

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

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


#072dda Background Color

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

This div background color is #072dda


#072dda Border Color

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

This div border color is #072dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072dda


Comments

No comments written yet.

Please login to write comment.