Color Hex Logo

#072ebf Color Hex

#072EBF
(7,46,191)
0 Favorites   0 Comments

Color spaces of #072ebf

RGB 746191
HSL0.630.930.39
HSV227°96°75°
CMYK 0.960.760.00   0.25
XYZ10.46865.760749.8504
Yxy5.76070.15840.0872
Hunter Lab24.001535.8529-106.3428
CIE-Lab28.800546.5678-76.9039

#072ebf color RGB value is (7,46,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101110 10111111
Octal 7 56 277
Decimal 7 46 191
Hex 7 2E BF

RGB Percentages of Color #072ebf

%2.87
%18.85
%78.28

CMYK Percentages of Color #072ebf

%96
%76
%0
%25

Triadic Colors of #072ebf

#072ebf #bf072e #2ebf07

Analogous Colors of #072ebf

#072ebf #3c07bf #078abf

Monochromatic Colors of #072ebf

#072ebf

Complementary Color

#072ebf #bf9807

#072ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#072ebf Color CSS Codes

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

#072ebf Text Font Color

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

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


#072ebf Background Color

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

This div background color is #072ebf


#072ebf Border Color

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

This div border color is #072ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072ebf


Comments

No comments written yet.

Please login to write comment.