Color Hex Logo

#1f175f Color Hex

#1F175F
(31,23,95)
0 Favorites   0 Comments

Color spaces of #1f175f

RGB 312395
HSL0.690.610.23
HSV247°76°37°
CMYK 0.670.760.00   0.63
XYZ2.93701.730311.0057
Yxy1.73030.18740.1104
Hunter Lab13.154116.8352-40.3986
CIE-Lab14.003027.5774-41.4349

#1f175f color RGB value is (31,23,95).

#1f175f hex color red value is 31, green value is 23 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #1f175f hue: 0.69 , saturation: 0.61 and the lightness value of 1f175f is 0.23.

The process color (four color CMYK) of #1f175f color hex is 0.67, 0.76, 0.00, 0.63. Web safe color of #1f175f is #330066. Color #1f175f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 00010111 01011111
Octal 37 27 137
Decimal 31 23 95
Hex 1F 17 5F

RGB Percentages of Color #1f175f

%20.81
%15.44
%63.76

CMYK Percentages of Color #1f175f

%67
%76
%0
%63

Triadic Colors of #1f175f

#1f175f #5f1f17 #175f1f

Analogous Colors of #1f175f

#1f175f #43175f #17335f

Monochromatic Colors of #1f175f

#1f175f

Complementary Color

#1f175f #575f17

#1f175f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f175f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f175f Color CSS Codes

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

#1f175f Text Font Color

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

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


#1f175f Background Color

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

This div background color is #1f175f


#1f175f Border Color

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

This div border color is #1f175f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f175f


Comments

No comments written yet.

Please login to write comment.