Color Hex Logo

#071253 Color Hex

#071253
(7,18,83)
0 Favorites   0 Comments

Color spaces of #071253

RGB 71883
HSL0.640.840.18
HSV231°92°33°
CMYK 0.920.780.00   0.67
XYZ1.86531.10238.2981
Yxy1.10230.16560.0978
Hunter Lab10.499013.3396-39.5115
CIE-Lab9.816123.5909-40.2843

#071253 color RGB value is (7,18,83).

#071253 hex color red value is 7, green value is 18 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #071253 hue: 0.64 , saturation: 0.84 and the lightness value of 071253 is 0.18.

The process color (four color CMYK) of #071253 color hex is 0.92, 0.78, 0.00, 0.67. Web safe color of #071253 is #000066. Color #071253 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010010 01010011
Octal 7 22 123
Decimal 7 18 83
Hex 7 12 53

RGB Percentages of Color #071253

%6.48
%16.67
%76.85

CMYK Percentages of Color #071253

%92
%78
%0
%67

Triadic Colors of #071253

#071253 #530712 #125307

Analogous Colors of #071253

#071253 #220753 #073853

Monochromatic Colors of #071253

#071253

Complementary Color

#071253 #534807

#071253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071253 Color CSS Codes

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

#071253 Text Font Color

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

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


#071253 Background Color

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

This div background color is #071253


#071253 Border Color

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

This div border color is #071253


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,18,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #071253; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #071253;
  -webkit-box-shadow: 1px 1px 3px 2px #071253;
  box-shadow:         1px 1px 3px 2px #071253; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071253


Comments

No comments written yet.

Please login to write comment.