Color Hex Logo

#1017ea Color Hex

#1017EA
(16,23,234)
0 Favorites   0 Comments

Color spaces of #1017ea

RGB 1623234
HSL0.660.870.49
HSV238°93°92°
CMYK 0.930.900.00   0.08
XYZ15.37146.663578.3179
Yxy6.66350.15320.0664
Hunter Lab25.813861.1179-161.8139
CIE-Lab31.028269.7054-98.1136

#1017ea color RGB value is (16,23,234).

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

The process color (four color CMYK) of #1017ea color hex is 0.93, 0.90, 0.00, 0.08. Web safe color of #1017ea is #0000ff. Color #1017ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00010111 11101010
Octal 20 27 352
Decimal 16 23 234
Hex 10 17 EA

RGB Percentages of Color #1017ea

%5.86
%8.42
%85.71

CMYK Percentages of Color #1017ea

%93
%90
%0
%8

Triadic Colors of #1017ea

#1017ea #ea1017 #17ea10

Analogous Colors of #1017ea

#1017ea #7610ea #1084ea

Monochromatic Colors of #1017ea

#1017ea

Complementary Color

#1017ea #eae310

#1017ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1017ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1017ea Color CSS Codes

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

#1017ea Text Font Color

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

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


#1017ea Background Color

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

This div background color is #1017ea


#1017ea Border Color

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

This div border color is #1017ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,23,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1017ea


Comments

No comments written yet.

Please login to write comment.