Color Hex Logo

#1117da Color Hex

#1117DA
(17,23,218)
0 Favorites   0 Comments

Color spaces of #1117da

RGB 1723218
HSL0.660.860.46
HSV238°92°85°
CMYK 0.920.890.00   0.15
XYZ13.19255.793966.7527
Yxy5.79390.15390.0676
Hunter Lab24.070555.7083-147.5745
CIE-Lab28.886465.4047-92.5120

#1117da color RGB value is (17,23,218).

#1117da hex color red value is 17, green value is 23 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #1117da hue: 0.66 , saturation: 0.86 and the lightness value of 1117da is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010111 11011010
Octal 21 27 332
Decimal 17 23 218
Hex 11 17 DA

RGB Percentages of Color #1117da

%6.59
%8.91
%84.50

CMYK Percentages of Color #1117da

%92
%89
%0
%15

Triadic Colors of #1117da

#1117da #da1117 #17da11

Analogous Colors of #1117da

#1117da #7011da #117cda

Monochromatic Colors of #1117da

#1117da

Complementary Color

#1117da #dad411

#1117da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1117da Color Preview on White Background

Lorem ipsum dolor sit amet.

#1117da Color CSS Codes

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

#1117da Text Font Color

<p style="color:#1117da">Text here</p>

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


#1117da Background Color

<div style="background-color:#1117da">
Div content here</div>

This div background color is #1117da


#1117da Border Color

<div style="border:3px solid #1117da">
Div here</div>

This div border color is #1117da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,23,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1117da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1117da;
  -webkit-box-shadow: 1px 1px 3px 2px #1117da;
  box-shadow:         1px 1px 3px 2px #1117da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1117da


Comments

No comments written yet.

Please login to write comment.