Color Hex Logo

#1012fc Color Hex

#1012FC
(16,18,252)
0 Favorites   0 Comments

Color spaces of #1012fc

RGB 1618252
HSL0.670.980.53
HSV239°94°99°
CMYK 0.940.930.00   0.01
XYZ18.00077.571092.6081
Yxy7.57100.15230.0641
Hunter Lab27.515568.6233-180.2901
CIE-Lab33.073075.6141-104.8843

#1012fc color RGB value is (16,18,252).

#1012fc hex color red value is 16, green value is 18 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #1012fc hue: 0.67 , saturation: 0.98 and the lightness value of 1012fc is 0.53.

The process color (four color CMYK) of #1012fc color hex is 0.94, 0.93, 0.00, 0.01. Web safe color of #1012fc is #0000ff. Color #1012fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00010010 11111100
Octal 20 22 374
Decimal 16 18 252
Hex 10 12 FC

RGB Percentages of Color #1012fc

%5.59
%6.29
%88.11

CMYK Percentages of Color #1012fc

%94
%93
%0
%1

Triadic Colors of #1012fc

#1012fc #fc1012 #12fc10

Analogous Colors of #1012fc

#1012fc #8410fc #1088fc

Monochromatic Colors of #1012fc

#1012fc

Complementary Color

#1012fc #fcfa10

#1012fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1012fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1012fc Color CSS Codes

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

#1012fc Text Font Color

<p style="color:#1012fc">Text here</p>

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


#1012fc Background Color

<div style="background-color:#1012fc">
Div content here</div>

This div background color is #1012fc


#1012fc Border Color

<div style="border:3px solid #1012fc">
Div here</div>

This div border color is #1012fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,18,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1012fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1012fc;
  -webkit-box-shadow: 1px 1px 3px 2px #1012fc;
  box-shadow:         1px 1px 3px 2px #1012fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,18,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1012fc


Comments

No comments written yet.

Please login to write comment.