Color Hex Logo

#1f71ea Color Hex

#1F71EA
(31,113,234)
0 Favorites   0 Comments

Color spaces of #1f71ea

RGB 31113234
HSL0.600.830.52
HSV216°87°92°
CMYK 0.870.520.00   0.08
XYZ21.321518.042180.2006
Yxy18.04210.17830.1509
Hunter Lab42.476015.2679-82.2146
CIE-Lab49.547121.2753-67.6091

#1f71ea color RGB value is (31,113,234).

#1f71ea hex color red value is 31, green value is 113 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1f71ea hue: 0.60 , saturation: 0.83 and the lightness value of 1f71ea is 0.52.

The process color (four color CMYK) of #1f71ea color hex is 0.87, 0.52, 0.00, 0.08. Web safe color of #1f71ea is #3366ff. Color #1f71ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01110001 11101010
Octal 37 161 352
Decimal 31 113 234
Hex 1F 71 EA

RGB Percentages of Color #1f71ea

%8.20
%29.89
%61.90

CMYK Percentages of Color #1f71ea

%87
%52
%0
%8

Triadic Colors of #1f71ea

#1f71ea #ea1f71 #71ea1f

Analogous Colors of #1f71ea

#1f71ea #321fea #1fd7ea

Monochromatic Colors of #1f71ea

#1f71ea

Complementary Color

#1f71ea #ea981f

#1f71ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f71ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f71ea Color CSS Codes

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

#1f71ea Text Font Color

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

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


#1f71ea Background Color

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

This div background color is #1f71ea


#1f71ea Border Color

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

This div border color is #1f71ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f71ea


Comments

No comments written yet.

Please login to write comment.