Color Hex Logo

#1f7fb2 Color Hex

#1F7FB2
(31,127,178)
0 Favorites   0 Comments

Color spaces of #1f7fb2

RGB 31127178
HSL0.560.700.41
HSV201°83°70°
CMYK 0.830.290.00   0.30
XYZ16.190318.684444.8726
Yxy18.68440.20300.2343
Hunter Lab43.2255-8.7865-31.2915
CIE-Lab50.3159-8.6770-34.4968

#1f7fb2 color RGB value is (31,127,178).

#1f7fb2 hex color red value is 31, green value is 127 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #1f7fb2 hue: 0.56 , saturation: 0.70 and the lightness value of 1f7fb2 is 0.41.

The process color (four color CMYK) of #1f7fb2 color hex is 0.83, 0.29, 0.00, 0.30. Web safe color of #1f7fb2 is #336699. Color #1f7fb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01111111 10110010
Octal 37 177 262
Decimal 31 127 178
Hex 1F 7F B2

RGB Percentages of Color #1f7fb2

%9.23
%37.80
%52.98

CMYK Percentages of Color #1f7fb2

%83
%29
%0
%30

Triadic Colors of #1f7fb2

#1f7fb2 #b21f7f #7fb21f

Analogous Colors of #1f7fb2

#1f7fb2 #1f36b2 #1fb29c

Monochromatic Colors of #1f7fb2

#1f7fb2

Complementary Color

#1f7fb2 #b2521f

#1f7fb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f7fb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f7fb2 Color CSS Codes

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

#1f7fb2 Text Font Color

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

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


#1f7fb2 Background Color

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

This div background color is #1f7fb2


#1f7fb2 Border Color

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

This div border color is #1f7fb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f7fb2


Comments

No comments written yet.

Please login to write comment.