Color Hex Logo

#1009fc Color Hex

#1009FC
(16,9,252)
0 Favorites   0 Comments

Color spaces of #1009fc

RGB 169252
HSL0.670.980.51
HSV242°96°99°
CMYK 0.940.960.00   0.01
XYZ17.88217.333892.5685
Yxy7.33380.15180.0623
Hunter Lab27.081070.4753-183.7090
CIE-Lab32.555077.2146-105.7503

#1009fc color RGB value is (16,9,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 00001001 11111100
Octal 20 11 374
Decimal 16 9 252
Hex 10 9 FC

RGB Percentages of Color #1009fc

%5.78
%3.25
%90.97

CMYK Percentages of Color #1009fc

%94
%96
%0
%1

Triadic Colors of #1009fc

#1009fc #fc1009 #09fc10

Analogous Colors of #1009fc

#1009fc #8a09fc #097cfc

Monochromatic Colors of #1009fc

#1009fc

Complementary Color

#1009fc #f5fc09

#1009fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1009fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1009fc Color CSS Codes

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

#1009fc Text Font Color

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

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


#1009fc Background Color

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

This div background color is #1009fc


#1009fc Border Color

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

This div border color is #1009fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,9,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 #1009fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1009fc


Comments

No comments written yet.

Please login to write comment.