Color Hex Logo

#1247ce Color Hex

#1247CE
(18,71,206)
0 Favorites   0 Comments

Color spaces of #1247ce

RGB 1871206
HSL0.620.840.44
HSV223°91°81°
CMYK 0.910.660.00   0.19
XYZ13.64339.091359.4282
Yxy9.09130.16610.1106
Hunter Lab30.151828.0034-95.7524
CIE-Lab36.159536.9710-73.5158

#1247ce color RGB value is (18,71,206).

#1247ce hex color red value is 18, green value is 71 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1247ce hue: 0.62 , saturation: 0.84 and the lightness value of 1247ce is 0.44.

The process color (four color CMYK) of #1247ce color hex is 0.91, 0.66, 0.00, 0.19. Web safe color of #1247ce is #0033cc. Color #1247ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000111 11001110
Octal 22 107 316
Decimal 18 71 206
Hex 12 47 CE

RGB Percentages of Color #1247ce

%6.10
%24.07
%69.83

CMYK Percentages of Color #1247ce

%91
%66
%0
%19

Triadic Colors of #1247ce

#1247ce #ce1247 #47ce12

Analogous Colors of #1247ce

#1247ce #3b12ce #12a5ce

Monochromatic Colors of #1247ce

#1247ce

Complementary Color

#1247ce #ce9912

#1247ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1247ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1247ce Color CSS Codes

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

#1247ce Text Font Color

<p style="color:#1247ce">Text here</p>

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


#1247ce Background Color

<div style="background-color:#1247ce">
Div content here</div>

This div background color is #1247ce


#1247ce Border Color

<div style="border:3px solid #1247ce">
Div here</div>

This div border color is #1247ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,71,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1247ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1247ce;
  -webkit-box-shadow: 1px 1px 3px 2px #1247ce;
  box-shadow:         1px 1px 3px 2px #1247ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,71,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1247ce


Comments

No comments written yet.

Please login to write comment.