Color Hex Logo

#072bed Color Hex

#072BED
(7,43,237)
0 Favorites   0 Comments

Color spaces of #072bed

RGB 743237
HSL0.640.940.48
HSV231°97°93°
CMYK 0.970.820.00   0.07
XYZ16.23767.887380.7874
Yxy7.88730.15480.0752
Hunter Lab28.084354.0563-150.8946
CIE-Lab33.747163.0101-95.2900

#072bed color RGB value is (7,43,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101011 11101101
Octal 7 53 355
Decimal 7 43 237
Hex 7 2B ED

RGB Percentages of Color #072bed

%2.44
%14.98
%82.58

CMYK Percentages of Color #072bed

%97
%82
%0
%7

Triadic Colors of #072bed

#072bed #ed072b #2bed07

Analogous Colors of #072bed

#072bed #5607ed #079eed

Monochromatic Colors of #072bed

#072bed

Complementary Color

#072bed #edc907

#072bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#072bed Color CSS Codes

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

#072bed Text Font Color

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

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


#072bed Background Color

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

This div background color is #072bed


#072bed Border Color

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

This div border color is #072bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072bed


Comments

No comments written yet.

Please login to write comment.