Color Hex Logo

#31b1ff Color Hex

#31B1FF
(49,177,255)
0 Favorites   0 Comments

Color spaces of #31b1ff

RGB 49177255
HSL0.561.000.60
HSV203°81°100°
CMYK 0.810.310.00   0.00
XYZ35.038839.3172100.3500
Yxy39.31720.20060.2250
Hunter Lab62.7034-9.9848-50.9948
CIE-Lab68.9804-7.7802-48.1147

#31b1ff color RGB value is (49,177,255).

#31b1ff hex color red value is 49, green value is 177 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #31b1ff hue: 0.56 , saturation: 1.00 and the lightness value of 31b1ff is 0.60.

The process color (four color CMYK) of #31b1ff color hex is 0.81, 0.31, 0.00, 0.00. Web safe color of #31b1ff is #3399ff. Color #31b1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10110001 11111111
Octal 61 261 377
Decimal 49 177 255
Hex 31 B1 FF

RGB Percentages of Color #31b1ff

%10.19
%36.80
%53.01

CMYK Percentages of Color #31b1ff

%81
%31
%0
%0

Triadic Colors of #31b1ff

#31b1ff #ff31b1 #b1ff31

Analogous Colors of #31b1ff

#31b1ff #314aff #31ffe6

Monochromatic Colors of #31b1ff

#31b1ff

Complementary Color

#31b1ff #ff7f31

#31b1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31b1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#31b1ff Color CSS Codes

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

#31b1ff Text Font Color

<p style="color:#31b1ff">Text here</p>

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


#31b1ff Background Color

<div style="background-color:#31b1ff">
Div content here</div>

This div background color is #31b1ff


#31b1ff Border Color

<div style="border:3px solid #31b1ff">
Div here</div>

This div border color is #31b1ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,177,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31b1ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31b1ff;
  -webkit-box-shadow: 1px 1px 3px 2px #31b1ff;
  box-shadow:         1px 1px 3px 2px #31b1ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,177,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31b1ff

#31b1ff Color Palettes


Comments

No comments written yet.

Please login to write comment.