Color Hex Logo

#111aed Color Hex

#111AED
(17,26,237)
0 Favorites   0 Comments

Color spaces of #111aed

RGB 1726237
HSL0.660.870.50
HSV238°93°93°
CMYK 0.930.890.00   0.07
XYZ15.88666.972480.6293
Yxy6.97240.15350.0674
Hunter Lab26.405361.1842-162.5599
CIE-Lab31.744069.6303-98.6254

#111aed color RGB value is (17,26,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011010 11101101
Octal 21 32 355
Decimal 17 26 237
Hex 11 1A ED

RGB Percentages of Color #111aed

%6.07
%9.29
%84.64

CMYK Percentages of Color #111aed

%93
%89
%0
%7

Triadic Colors of #111aed

#111aed #ed111a #1aed11

Analogous Colors of #111aed

#111aed #7611ed #1188ed

Monochromatic Colors of #111aed

#111aed

Complementary Color

#111aed #ede411

#111aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#111aed Color CSS Codes

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

#111aed Text Font Color

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

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


#111aed Background Color

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

This div background color is #111aed


#111aed Border Color

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

This div border color is #111aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111aed


Comments

No comments written yet.

Please login to write comment.