Color Hex Logo

#1407cf Color Hex

#1407CF
(20,7,207)
0 Favorites   0 Comments

Color spaces of #1407cf

RGB 207207
HSL0.680.930.42
HSV244°97°81°
CMYK 0.900.970.00   0.19
XYZ11.62704.805759.3463
Yxy4.80570.15340.0634
Hunter Lab21.921956.3100-145.1627
CIE-Lab26.173966.4225-90.6572

#1407cf color RGB value is (20,7,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000111 11001111
Octal 24 7 317
Decimal 20 7 207
Hex 14 7 CF

RGB Percentages of Color #1407cf

%8.55
%2.99
%88.46

CMYK Percentages of Color #1407cf

%90
%97
%0
%19

Triadic Colors of #1407cf

#1407cf #cf1407 #07cf14

Analogous Colors of #1407cf

#1407cf #7807cf #075ecf

Monochromatic Colors of #1407cf

#1407cf

Complementary Color

#1407cf #c2cf07

#1407cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1407cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1407cf Color CSS Codes

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

#1407cf Text Font Color

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

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


#1407cf Background Color

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

This div background color is #1407cf


#1407cf Border Color

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

This div border color is #1407cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1407cf


Comments

No comments written yet.

Please login to write comment.