Color Hex Logo

#0726ed Color Hex

#0726ED
(7,38,237)
0 Favorites   0 Comments

Color spaces of #0726ed

RGB 738237
HSL0.640.940.48
HSV232°97°93°
CMYK 0.970.840.00   0.07
XYZ16.06687.545880.7304
Yxy7.54580.15400.0723
Hunter Lab27.469656.3316-155.0185
CIE-Lab33.018565.1744-96.5036

#0726ed color RGB value is (7,38,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100110 11101101
Octal 7 46 355
Decimal 7 38 237
Hex 7 26 ED

RGB Percentages of Color #0726ed

%2.48
%13.48
%84.04

CMYK Percentages of Color #0726ed

%97
%84
%0
%7

Triadic Colors of #0726ed

#0726ed #ed0726 #26ed07

Analogous Colors of #0726ed

#0726ed #5b07ed #0799ed

Monochromatic Colors of #0726ed

#0726ed

Complementary Color

#0726ed #edce07

#0726ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0726ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0726ed Color CSS Codes

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

#0726ed Text Font Color

<p style="color:#0726ed">Text here</p>

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


#0726ed Background Color

<div style="background-color:#0726ed">
Div content here</div>

This div background color is #0726ed


#0726ed Border Color

<div style="border:3px solid #0726ed">
Div here</div>

This div border color is #0726ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,38,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 #0726ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0726ed


Comments

No comments written yet.

Please login to write comment.