Color Hex Logo

#1f072f Color Hex

#1F072F
(31,7,47)
0 Favorites   0 Comments

Color spaces of #1f072f

RGB 31747
HSL0.770.740.11
HSV276°85°18°
CMYK 0.340.850.00   0.82
XYZ1.15410.64852.7537
Yxy0.64850.25330.1423
Hunter Lab8.052911.4889-14.6371
CIE-Lab5.857820.7076-21.0200

#1f072f color RGB value is (31,7,47).

#1f072f hex color red value is 31, green value is 7 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #1f072f hue: 0.77 , saturation: 0.74 and the lightness value of 1f072f is 0.11.

The process color (four color CMYK) of #1f072f color hex is 0.34, 0.85, 0.00, 0.82. Web safe color of #1f072f is #330033. Color #1f072f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 00000111 00101111
Octal 37 7 57
Decimal 31 7 47
Hex 1F 7 2F

RGB Percentages of Color #1f072f

%36.47
%8.24
%55.29

CMYK Percentages of Color #1f072f

%34
%85
%0
%82

Triadic Colors of #1f072f

#1f072f #2f1f07 #072f1f

Analogous Colors of #1f072f

#1f072f #2f072b #0b072f

Monochromatic Colors of #1f072f

#1f072f

Complementary Color

#1f072f #172f07

#1f072f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f072f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f072f Color CSS Codes

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

#1f072f Text Font Color

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

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


#1f072f Background Color

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

This div background color is #1f072f


#1f072f Border Color

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

This div border color is #1f072f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f072f


Comments

No comments written yet.

Please login to write comment.