Color Hex Logo

#1f80af Color Hex

#1F80AF
(31,128,175)
0 Favorites   0 Comments

Color spaces of #1f80af

RGB 31128175
HSL0.550.700.40
HSV200°82°69°
CMYK 0.820.270.00   0.31
XYZ16.022118.824843.3465
Yxy18.82480.20490.2407
Hunter Lab43.3876-10.0120-28.8626
CIE-Lab50.4816-10.3544-32.5043

#1f80af color RGB value is (31,128,175).

#1f80af hex color red value is 31, green value is 128 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1f80af hue: 0.55 , saturation: 0.70 and the lightness value of 1f80af is 0.40.

The process color (four color CMYK) of #1f80af color hex is 0.82, 0.27, 0.00, 0.31. Web safe color of #1f80af is #339999. Color #1f80af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 10000000 10101111
Octal 37 200 257
Decimal 31 128 175
Hex 1F 80 AF

RGB Percentages of Color #1f80af

%9.28
%38.32
%52.40

CMYK Percentages of Color #1f80af

%82
%27
%0
%31

Triadic Colors of #1f80af

#1f80af #af1f80 #80af1f

Analogous Colors of #1f80af

#1f80af #1f38af #1faf96

Monochromatic Colors of #1f80af

#1f80af

Complementary Color

#1f80af #af4e1f

#1f80af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f80af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f80af Color CSS Codes

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

#1f80af Text Font Color

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

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


#1f80af Background Color

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

This div background color is #1f80af


#1f80af Border Color

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

This div border color is #1f80af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f80af


Comments

No comments written yet.

Please login to write comment.