Color Hex Logo

#072cb8 Color Hex

#072CB8
(7,44,184)
0 Favorites   0 Comments

Color spaces of #072cb8

RGB 744184
HSL0.630.930.37
HSV227°96°72°
CMYK 0.960.760.00   0.28
XYZ9.64005.307245.8637
Yxy5.30720.15850.0873
Hunter Lab23.037434.3781-101.9108
CIE-Lab27.592645.2762-74.7626

#072cb8 color RGB value is (7,44,184).

#072cb8 hex color red value is 7, green value is 44 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #072cb8 hue: 0.63 , saturation: 0.93 and the lightness value of 072cb8 is 0.37.

The process color (four color CMYK) of #072cb8 color hex is 0.96, 0.76, 0.00, 0.28. Web safe color of #072cb8 is #0033cc. Color #072cb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101100 10111000
Octal 7 54 270
Decimal 7 44 184
Hex 7 2C B8

RGB Percentages of Color #072cb8

%2.98
%18.72
%78.30

CMYK Percentages of Color #072cb8

%96
%76
%0
%28

Triadic Colors of #072cb8

#072cb8 #b8072c #2cb807

Analogous Colors of #072cb8

#072cb8 #3a07b8 #0785b8

Monochromatic Colors of #072cb8

#072cb8

Complementary Color

#072cb8 #b89307

#072cb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072cb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#072cb8 Color CSS Codes

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

#072cb8 Text Font Color

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

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


#072cb8 Background Color

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

This div background color is #072cb8


#072cb8 Border Color

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

This div border color is #072cb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072cb8


Comments

No comments written yet.

Please login to write comment.