Color Hex Logo

#071430 Color Hex

#071430
(7,20,48)
0 Favorites   0 Comments

Color spaces of #071430

RGB 72048
HSL0.610.750.11
HSV221°85°19°
CMYK 0.850.580.00   0.81
XYZ0.87130.75892.8969
Yxy0.75890.19250.1676
Hunter Lab8.71152.6080-13.6181
CIE-Lab6.85516.1304-20.3011

#071430 color RGB value is (7,20,48).

#071430 hex color red value is 7, green value is 20 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #071430 hue: 0.61 , saturation: 0.75 and the lightness value of 071430 is 0.11.

The process color (four color CMYK) of #071430 color hex is 0.85, 0.58, 0.00, 0.81. Web safe color of #071430 is #000033. Color #071430 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010100 00110000
Octal 7 24 60
Decimal 7 20 48
Hex 7 14 30

RGB Percentages of Color #071430

%9.33
%26.67
%64.00

CMYK Percentages of Color #071430

%85
%58
%0
%81

Triadic Colors of #071430

#071430 #300714 #143007

Analogous Colors of #071430

#071430 #0f0730 #072930

Monochromatic Colors of #071430

#071430

Complementary Color

#071430 #302307

#071430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071430 Color CSS Codes

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

#071430 Text Font Color

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

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


#071430 Background Color

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

This div background color is #071430


#071430 Border Color

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

This div border color is #071430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071430


Comments

No comments written yet.

Please login to write comment.