Color Hex Logo

#072dfe Color Hex

#072DFE
(7,45,254)
0 Favorites   0 Comments

Color spaces of #072dfe

RGB 745254
HSL0.640.990.51
HSV231°97°100°
CMYK 0.970.820.00   0.00
XYZ18.91549.077794.5212
Yxy9.07770.15440.0741
Hunter Lab30.129259.3378-164.9138
CIE-Lab36.133567.2058-100.9036

#072dfe color RGB value is (7,45,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101101 11111110
Octal 7 55 376
Decimal 7 45 254
Hex 7 2D FE

RGB Percentages of Color #072dfe

%2.29
%14.71
%83.01

CMYK Percentages of Color #072dfe

%97
%82
%0
%0

Triadic Colors of #072dfe

#072dfe #fe072d #2dfe07

Analogous Colors of #072dfe

#072dfe #5c07fe #07a9fe

Monochromatic Colors of #072dfe

#072dfe

Complementary Color

#072dfe #fed807

#072dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#072dfe Color CSS Codes

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

#072dfe Text Font Color

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

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


#072dfe Background Color

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

This div background color is #072dfe


#072dfe Border Color

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

This div border color is #072dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072dfe


Comments

No comments written yet.

Please login to write comment.