Color Hex Logo

#0728ae Color Hex

#0728AE
(7,40,174)
0 Favorites   0 Comments

Color spaces of #0728ae

RGB 740174
HSL0.630.920.35
HSV228°96°68°
CMYK 0.960.770.00   0.32
XYZ8.48644.618740.4886
Yxy4.61870.15830.0862
Hunter Lab21.491232.8763-96.6565
CIE-Lab25.619644.0816-72.0626

#0728ae color RGB value is (7,40,174).

#0728ae hex color red value is 7, green value is 40 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0728ae hue: 0.63 , saturation: 0.92 and the lightness value of 0728ae is 0.35.

The process color (four color CMYK) of #0728ae color hex is 0.96, 0.77, 0.00, 0.32. Web safe color of #0728ae is #003399. Color #0728ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101000 10101110
Octal 7 50 256
Decimal 7 40 174
Hex 7 28 AE

RGB Percentages of Color #0728ae

%3.17
%18.10
%78.73

CMYK Percentages of Color #0728ae

%96
%77
%0
%32

Triadic Colors of #0728ae

#0728ae #ae0728 #28ae07

Analogous Colors of #0728ae

#0728ae #3a07ae #077cae

Monochromatic Colors of #0728ae

#0728ae

Complementary Color

#0728ae #ae8d07

#0728ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0728ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0728ae Color CSS Codes

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

#0728ae Text Font Color

<p style="color:#0728ae">Text here</p>

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


#0728ae Background Color

<div style="background-color:#0728ae">
Div content here</div>

This div background color is #0728ae


#0728ae Border Color

<div style="border:3px solid #0728ae">
Div here</div>

This div border color is #0728ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,40,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0728ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0728ae;
  -webkit-box-shadow: 1px 1px 3px 2px #0728ae;
  box-shadow:         1px 1px 3px 2px #0728ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0728ae


Comments

No comments written yet.

Please login to write comment.