Color Hex Logo

#072fff Color Hex

#072FFF
(7,47,255)
0 Favorites   0 Comments

Color spaces of #072fff

RGB 747255
HSL0.641.000.51
HSV230°97°100°
CMYK 0.970.820.00   0.00
XYZ19.15419.298295.3929
Yxy9.29820.15470.0751
Hunter Lab30.493058.7618-164.1354
CIE-Lab36.552266.6237-100.7663

#072fff color RGB value is (7,47,255).

#072fff hex color red value is 7, green value is 47 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #072fff hue: 0.64 , saturation: 1.00 and the lightness value of 072fff is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101111 11111111
Octal 7 57 377
Decimal 7 47 255
Hex 7 2F FF

RGB Percentages of Color #072fff

%2.27
%15.21
%82.52

CMYK Percentages of Color #072fff

%97
%82
%0
%0

Triadic Colors of #072fff

#072fff #ff072f #2fff07

Analogous Colors of #072fff

#072fff #5b07ff #07abff

Monochromatic Colors of #072fff

#072fff

Complementary Color

#072fff #ffd707

#072fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#072fff Color CSS Codes

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

#072fff Text Font Color

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

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


#072fff Background Color

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

This div background color is #072fff


#072fff Border Color

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

This div border color is #072fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072fff


Comments

No comments written yet.

Please login to write comment.