Color Hex Logo

#10007b Color Hex

#10007B
(16,0,123)
0 Favorites   0 Comments

Color spaces of #10007b

RGB 160123
HSL0.691.000.24
HSV248°100°48°
CMYK 0.871.000.00   0.52
XYZ3.78881.540218.8365
Yxy1.54020.15680.0637
Hunter Lab12.410532.7760-81.3024
CIE-Lab12.861446.3988-61.6796

#10007b color RGB value is (16,0,123).

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

The process color (four color CMYK) of #10007b color hex is 0.87, 1.00, 0.00, 0.52. Web safe color of #10007b is #000066. Color #10007b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00000000 01111011
Octal 20 0 173
Decimal 16 0 123
Hex 10 0 7B

RGB Percentages of Color #10007b

%11.51
%0.00
%88.49

CMYK Percentages of Color #10007b

%87
%100
%0
%52

Triadic Colors of #10007b

#10007b #7b1000 #007b10

Analogous Colors of #10007b

#10007b #4e007b #002d7b

Monochromatic Colors of #10007b

#10007b

Complementary Color

#10007b #6b7b00

#10007b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10007b Color Preview on White Background

Lorem ipsum dolor sit amet.

#10007b Color CSS Codes

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

#10007b Text Font Color

<p style="color:#10007b">Text here</p>

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


#10007b Background Color

<div style="background-color:#10007b">
Div content here</div>

This div background color is #10007b


#10007b Border Color

<div style="border:3px solid #10007b">
Div here</div>

This div border color is #10007b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10007b


Comments

No comments written yet.

Please login to write comment.