Color Hex Logo

#1f6add Color Hex

#1F6ADD
(31,106,221)
0 Favorites   0 Comments

Color spaces of #1f6add

RGB 31106221
HSL0.600.750.49
HSV216°86°87°
CMYK 0.860.520.00   0.13
XYZ18.770315.819870.4708
Yxy15.81980.17870.1506
Hunter Lab39.774114.6335-77.2067
CIE-Lab46.737220.7518-64.8326

#1f6add color RGB value is (31,106,221).

#1f6add hex color red value is 31, green value is 106 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1f6add hue: 0.60 , saturation: 0.75 and the lightness value of 1f6add is 0.49.

The process color (four color CMYK) of #1f6add color hex is 0.86, 0.52, 0.00, 0.13. Web safe color of #1f6add is #3366cc. Color #1f6add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01101010 11011101
Octal 37 152 335
Decimal 31 106 221
Hex 1F 6A DD

RGB Percentages of Color #1f6add

%8.66
%29.61
%61.73

CMYK Percentages of Color #1f6add

%86
%52
%0
%13

Triadic Colors of #1f6add

#1f6add #dd1f6a #6add1f

Analogous Colors of #1f6add

#1f6add #331fdd #1fc9dd

Monochromatic Colors of #1f6add

#1f6add

Complementary Color

#1f6add #dd921f

#1f6add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f6add Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f6add Color CSS Codes

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

#1f6add Text Font Color

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

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


#1f6add Background Color

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

This div background color is #1f6add


#1f6add Border Color

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

This div border color is #1f6add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f6add


Comments

No comments written yet.

Please login to write comment.