Color Hex Logo

#1f73ce Color Hex

#1F73CE
(31,115,206)
0 Favorites   0 Comments

Color spaces of #1f73ce

RGB 31115206
HSL0.590.740.46
HSV211°85°81°
CMYK 0.850.440.00   0.19
XYZ17.836417.009060.7355
Yxy17.00900.18660.1780
Hunter Lab41.24205.0246-58.4448
CIE-Lab48.27149.2275-53.8230

#1f73ce color RGB value is (31,115,206).

#1f73ce hex color red value is 31, green value is 115 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1f73ce hue: 0.59 , saturation: 0.74 and the lightness value of 1f73ce is 0.46.

The process color (four color CMYK) of #1f73ce color hex is 0.85, 0.44, 0.00, 0.19. Web safe color of #1f73ce is #3366cc. Color #1f73ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01110011 11001110
Octal 37 163 316
Decimal 31 115 206
Hex 1F 73 CE

RGB Percentages of Color #1f73ce

%8.81
%32.67
%58.52

CMYK Percentages of Color #1f73ce

%85
%44
%0
%19

Triadic Colors of #1f73ce

#1f73ce #ce1f73 #73ce1f

Analogous Colors of #1f73ce

#1f73ce #231fce #1fcbce

Monochromatic Colors of #1f73ce

#1f73ce

Complementary Color

#1f73ce #ce7a1f

#1f73ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f73ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f73ce Color CSS Codes

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

#1f73ce Text Font Color

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

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


#1f73ce Background Color

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

This div background color is #1f73ce


#1f73ce Border Color

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

This div border color is #1f73ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f73ce


Comments

No comments written yet.

Please login to write comment.