Color Hex Logo

#111afd Color Hex

#111AFD
(17,26,253)
0 Favorites   0 Comments

Color spaces of #111afd

RGB 1726253
HSL0.660.980.53
HSV238°93°99°
CMYK 0.930.900.00   0.01
XYZ18.33027.949893.4969
Yxy7.94980.15300.0664
Hunter Lab28.195466.7033-176.8709
CIE-Lab33.878173.8851-104.1004

#111afd color RGB value is (17,26,253).

#111afd hex color red value is 17, green value is 26 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #111afd hue: 0.66 , saturation: 0.98 and the lightness value of 111afd is 0.53.

The process color (four color CMYK) of #111afd color hex is 0.93, 0.90, 0.00, 0.01. Web safe color of #111afd is #0033ff. Color #111afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011010 11111101
Octal 21 32 375
Decimal 17 26 253
Hex 11 1A FD

RGB Percentages of Color #111afd

%5.74
%8.78
%85.47

CMYK Percentages of Color #111afd

%93
%90
%0
%1

Triadic Colors of #111afd

#111afd #fd111a #1afd11

Analogous Colors of #111afd

#111afd #7e11fd #1190fd

Monochromatic Colors of #111afd

#111afd

Complementary Color

#111afd #fdf411

#111afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#111afd Color CSS Codes

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

#111afd Text Font Color

<p style="color:#111afd">Text here</p>

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


#111afd Background Color

<div style="background-color:#111afd">
Div content here</div>

This div background color is #111afd


#111afd Border Color

<div style="border:3px solid #111afd">
Div here</div>

This div border color is #111afd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,26,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #111afd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #111afd;
  -webkit-box-shadow: 1px 1px 3px 2px #111afd;
  box-shadow:         1px 1px 3px 2px #111afd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111afd


Comments

No comments written yet.

Please login to write comment.