Color Hex Logo

#0727ac Color Hex

#0727AC
(7,39,172)
0 Favorites   0 Comments

Color spaces of #0727ac

RGB 739172
HSL0.630.920.35
HSV228°96°67°
CMYK 0.960.770.00   0.33
XYZ8.25954.474839.4581
Yxy4.47480.15830.0857
Hunter Lab21.153732.6766-95.7862
CIE-Lab25.182843.9546-71.5850

#0727ac color RGB value is (7,39,172).

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

The process color (four color CMYK) of #0727ac color hex is 0.96, 0.77, 0.00, 0.33. Web safe color of #0727ac is #003399. Color #0727ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100111 10101100
Octal 7 47 254
Decimal 7 39 172
Hex 7 27 AC

RGB Percentages of Color #0727ac

%3.21
%17.89
%78.90

CMYK Percentages of Color #0727ac

%96
%77
%0
%33

Triadic Colors of #0727ac

#0727ac #ac0727 #27ac07

Analogous Colors of #0727ac

#0727ac #3a07ac #077aac

Monochromatic Colors of #0727ac

#0727ac

Complementary Color

#0727ac #ac8c07

#0727ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0727ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0727ac Color CSS Codes

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

#0727ac Text Font Color

<p style="color:#0727ac">Text here</p>

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


#0727ac Background Color

<div style="background-color:#0727ac">
Div content here</div>

This div background color is #0727ac


#0727ac Border Color

<div style="border:3px solid #0727ac">
Div here</div>

This div border color is #0727ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,39,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0727ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0727ac;
  -webkit-box-shadow: 1px 1px 3px 2px #0727ac;
  box-shadow:         1px 1px 3px 2px #0727ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0727ac


Comments

No comments written yet.

Please login to write comment.