Color Hex Logo

#1017ce Color Hex

#1017CE
(16,23,206)
0 Favorites   0 Comments

Color spaces of #1017ce

RGB 1623206
HSL0.660.860.44
HSV238°92°81°
CMYK 0.920.890.00   0.19
XYZ11.66075.179258.7776
Yxy5.17920.15420.0685
Hunter Lab22.757951.6338-137.2001
CIE-Lab27.239362.0696-88.2968

#1017ce color RGB value is (16,23,206).

#1017ce hex color red value is 16, green value is 23 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1017ce hue: 0.66 , saturation: 0.86 and the lightness value of 1017ce is 0.44.

The process color (four color CMYK) of #1017ce color hex is 0.92, 0.89, 0.00, 0.19. Web safe color of #1017ce is #0000cc. Color #1017ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00010111 11001110
Octal 20 27 316
Decimal 16 23 206
Hex 10 17 CE

RGB Percentages of Color #1017ce

%6.53
%9.39
%84.08

CMYK Percentages of Color #1017ce

%92
%89
%0
%19

Triadic Colors of #1017ce

#1017ce #ce1017 #17ce10

Analogous Colors of #1017ce

#1017ce #6810ce #1076ce

Monochromatic Colors of #1017ce

#1017ce

Complementary Color

#1017ce #cec710

#1017ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1017ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1017ce Color CSS Codes

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

#1017ce Text Font Color

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

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


#1017ce Background Color

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

This div background color is #1017ce


#1017ce Border Color

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

This div border color is #1017ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,23,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 #1017ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1017ce


Comments

No comments written yet.

Please login to write comment.