Color Hex Logo

#1207dc Color Hex

#1207DC
(18,7,220)
0 Favorites   0 Comments

Color spaces of #1207dc

RGB 187220
HSL0.680.940.45
HSV243°97°86°
CMYK 0.920.970.00   0.14
XYZ13.24375.447968.0637
Yxy5.44790.15270.0628
Hunter Lab23.340760.4359-156.5565
CIE-Lab27.974569.6698-95.1894

#1207dc color RGB value is (18,7,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000111 11011100
Octal 22 7 334
Decimal 18 7 220
Hex 12 7 DC

RGB Percentages of Color #1207dc

%7.35
%2.86
%89.80

CMYK Percentages of Color #1207dc

%92
%97
%0
%14

Triadic Colors of #1207dc

#1207dc #dc1207 #07dc12

Analogous Colors of #1207dc

#1207dc #7d07dc #0767dc

Monochromatic Colors of #1207dc

#1207dc

Complementary Color

#1207dc #d1dc07

#1207dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1207dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1207dc Color CSS Codes

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

#1207dc Text Font Color

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

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


#1207dc Background Color

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

This div background color is #1207dc


#1207dc Border Color

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

This div border color is #1207dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,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 #1207dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1207dc


Comments

No comments written yet.

Please login to write comment.