Color Hex Logo

#072282 Color Hex

#072282
(7,34,130)
0 Favorites   0 Comments

Color spaces of #072282

RGB 734130
HSL0.630.900.27
HSV227°95°51°
CMYK 0.950.740.00   0.49
XYZ4.68892.800921.4126
Yxy2.80090.16220.0969
Hunter Lab16.735920.7226-64.1430
CIE-Lab19.228231.5324-55.5671

#072282 color RGB value is (7,34,130).

#072282 hex color red value is 7, green value is 34 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #072282 hue: 0.63 , saturation: 0.90 and the lightness value of 072282 is 0.27.

The process color (four color CMYK) of #072282 color hex is 0.95, 0.74, 0.00, 0.49. Web safe color of #072282 is #003399. Color #072282 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100010 10000010
Octal 7 42 202
Decimal 7 34 130
Hex 7 22 82

RGB Percentages of Color #072282

%4.09
%19.88
%76.02

CMYK Percentages of Color #072282

%95
%74
%0
%49

Triadic Colors of #072282

#072282 #820722 #228207

Analogous Colors of #072282

#072282 #2a0782 #075f82

Monochromatic Colors of #072282

#072282

Complementary Color

#072282 #826707

#072282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072282 Color CSS Codes

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

#072282 Text Font Color

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

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


#072282 Background Color

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

This div background color is #072282


#072282 Border Color

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

This div border color is #072282


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,34,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #072282; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #072282;
  -webkit-box-shadow: 1px 1px 3px 2px #072282;
  box-shadow:         1px 1px 3px 2px #072282; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072282


Comments

No comments written yet.

Please login to write comment.