Color Hex Logo

#07276f Color Hex

#07276F
(7,39,111)
0 Favorites   0 Comments

Color spaces of #07276f

RGB 739111
HSL0.620.880.23
HSV222°94°44°
CMYK 0.940.650.00   0.56
XYZ3.68242.643915.3552
Yxy2.64390.16980.1219
Hunter Lab16.260111.9696-44.6085
CIE-Lab18.557320.2334-44.5211

#07276f color RGB value is (7,39,111).

#07276f hex color red value is 7, green value is 39 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #07276f hue: 0.62 , saturation: 0.88 and the lightness value of 07276f is 0.23.

The process color (four color CMYK) of #07276f color hex is 0.94, 0.65, 0.00, 0.56. Web safe color of #07276f is #003366. Color #07276f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100111 01101111
Octal 7 47 157
Decimal 7 39 111
Hex 7 27 6F

RGB Percentages of Color #07276f

%4.46
%24.84
%70.70

CMYK Percentages of Color #07276f

%94
%65
%0
%56

Triadic Colors of #07276f

#07276f #6f0727 #276f07

Analogous Colors of #07276f

#07276f #1b076f #075b6f

Monochromatic Colors of #07276f

#07276f

Complementary Color

#07276f #6f4f07

#07276f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07276f Color Preview on White Background

Lorem ipsum dolor sit amet.

#07276f Color CSS Codes

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

#07276f Text Font Color

<p style="color:#07276f">Text here</p>

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


#07276f Background Color

<div style="background-color:#07276f">
Div content here</div>

This div background color is #07276f


#07276f Border Color

<div style="border:3px solid #07276f">
Div here</div>

This div border color is #07276f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07276f


Comments

No comments written yet.

Please login to write comment.