Color Hex Logo

#1407dc Color Hex

#1407DC
(20,7,220)
0 Favorites   0 Comments

Color spaces of #1407dc

RGB 207220
HSL0.680.940.45
HSV244°97°86°
CMYK 0.910.970.00   0.14
XYZ13.28275.468068.0655
Yxy5.46800.15300.0630
Hunter Lab23.383860.4720-156.2129
CIE-Lab28.028569.6912-95.0978

#1407dc color RGB value is (20,7,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000111 11011100
Octal 24 7 334
Decimal 20 7 220
Hex 14 7 DC

RGB Percentages of Color #1407dc

%8.10
%2.83
%89.07

CMYK Percentages of Color #1407dc

%91
%97
%0
%14

Triadic Colors of #1407dc

#1407dc #dc1407 #07dc14

Analogous Colors of #1407dc

#1407dc #7f07dc #0765dc

Monochromatic Colors of #1407dc

#1407dc

Complementary Color

#1407dc #cfdc07

#1407dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1407dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1407dc Color CSS Codes

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

#1407dc Text Font Color

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

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


#1407dc Background Color

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

This div background color is #1407dc


#1407dc Border Color

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

This div border color is #1407dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1407dc


Comments

No comments written yet.

Please login to write comment.