Color Hex Logo

#10006f Color Hex

#10006F
(16,0,111)
0 Favorites   0 Comments

Color spaces of #10006f

RGB 160111
HSL0.691.000.22
HSV249°100°44°
CMYK 0.861.000.00   0.56
XYZ3.08291.257915.1192
Yxy1.25790.15840.0646
Hunter Lab11.215629.4380-72.0749
CIE-Lab10.977843.1734-57.0531

#10006f color RGB value is (16,0,111).

#10006f hex color red value is 16, green value is 0 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #10006f hue: 0.69 , saturation: 1.00 and the lightness value of 10006f is 0.22.

The process color (four color CMYK) of #10006f color hex is 0.86, 1.00, 0.00, 0.56. Web safe color of #10006f is #000066. Color #10006f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00000000 01101111
Octal 20 0 157
Decimal 16 0 111
Hex 10 0 6F

RGB Percentages of Color #10006f

%12.60
%0.00
%87.40

CMYK Percentages of Color #10006f

%86
%100
%0
%56

Triadic Colors of #10006f

#10006f #6f1000 #006f10

Analogous Colors of #10006f

#10006f #48006f #00276f

Monochromatic Colors of #10006f

#10006f

Complementary Color

#10006f #5f6f00

#10006f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10006f Color Preview on White Background

Lorem ipsum dolor sit amet.

#10006f Color CSS Codes

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

#10006f Text Font Color

<p style="color:#10006f">Text here</p>

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


#10006f Background Color

<div style="background-color:#10006f">
Div content here</div>

This div background color is #10006f


#10006f Border Color

<div style="border:3px solid #10006f">
Div here</div>

This div border color is #10006f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,0,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10006f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10006f;
  -webkit-box-shadow: 1px 1px 3px 2px #10006f;
  box-shadow:         1px 1px 3px 2px #10006f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10006f


Comments

No comments written yet.

Please login to write comment.