Color Hex Logo

#1007dc Color Hex

#1007DC
(16,7,220)
0 Favorites   0 Comments

Color spaces of #1007dc

RGB 167220
HSL0.670.940.45
HSV243°97°86°
CMYK 0.930.970.00   0.14
XYZ13.20795.429468.0620
Yxy5.42940.15230.0626
Hunter Lab23.301160.4034-156.8742
CIE-Lab27.924769.6508-95.2739

#1007dc color RGB value is (16,7,220).

#1007dc hex color red value is 16, green value is 7 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1007dc hue: 0.67 , saturation: 0.94 and the lightness value of 1007dc is 0.45.

The process color (four color CMYK) of #1007dc color hex is 0.93, 0.97, 0.00, 0.14. Web safe color of #1007dc is #0000cc. Color #1007dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00000111 11011100
Octal 20 7 334
Decimal 16 7 220
Hex 10 7 DC

RGB Percentages of Color #1007dc

%6.58
%2.88
%90.53

CMYK Percentages of Color #1007dc

%93
%97
%0
%14

Triadic Colors of #1007dc

#1007dc #dc1007 #07dc10

Analogous Colors of #1007dc

#1007dc #7b07dc #0769dc

Monochromatic Colors of #1007dc

#1007dc

Complementary Color

#1007dc #d3dc07

#1007dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1007dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1007dc Color CSS Codes

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

#1007dc Text Font Color

<p style="color:#1007dc">Text here</p>

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


#1007dc Background Color

<div style="background-color:#1007dc">
Div content here</div>

This div background color is #1007dc


#1007dc Border Color

<div style="border:3px solid #1007dc">
Div here</div>

This div border color is #1007dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,7,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1007dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1007dc;
  -webkit-box-shadow: 1px 1px 3px 2px #1007dc;
  box-shadow:         1px 1px 3px 2px #1007dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1007dc


Comments

No comments written yet.

Please login to write comment.