Color Hex Logo

#072bee Color Hex

#072BEE
(7,43,238)
0 Favorites   0 Comments

Color spaces of #072bee

RGB 743238
HSL0.640.940.48
HSV231°97°93°
CMYK 0.970.820.00   0.07
XYZ16.38417.946081.5591
Yxy7.94600.15470.0750
Hunter Lab28.188754.4195-151.8135
CIE-Lab33.870263.3113-95.6525

#072bee color RGB value is (7,43,238).

#072bee hex color red value is 7, green value is 43 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #072bee hue: 0.64 , saturation: 0.94 and the lightness value of 072bee is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101011 11101110
Octal 7 53 356
Decimal 7 43 238
Hex 7 2B EE

RGB Percentages of Color #072bee

%2.43
%14.93
%82.64

CMYK Percentages of Color #072bee

%97
%82
%0
%7

Triadic Colors of #072bee

#072bee #ee072b #2bee07

Analogous Colors of #072bee

#072bee #5607ee #079fee

Monochromatic Colors of #072bee

#072bee

Complementary Color

#072bee #eeca07

#072bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#072bee Color CSS Codes

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

#072bee Text Font Color

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

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


#072bee Background Color

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

This div background color is #072bee


#072bee Border Color

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

This div border color is #072bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072bee


Comments

No comments written yet.

Please login to write comment.