Color Hex Logo

#1111ea Color Hex

#1111EA
(17,17,234)
0 Favorites   0 Comments

Color spaces of #1111ea

RGB 1717234
HSL0.670.860.49
HSV240°93°92°
CMYK 0.930.930.00   0.08
XYZ15.28296.460678.2834
Yxy6.46060.15280.0646
Hunter Lab25.417762.8457-164.8135
CIE-Lab30.546071.2602-98.9188

#1111ea color RGB value is (17,17,234).

#1111ea hex color red value is 17, green value is 17 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1111ea hue: 0.67 , saturation: 0.86 and the lightness value of 1111ea is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010001 11101010
Octal 21 21 352
Decimal 17 17 234
Hex 11 11 EA

RGB Percentages of Color #1111ea

%6.34
%6.34
%87.31

CMYK Percentages of Color #1111ea

%93
%93
%0
%8

Triadic Colors of #1111ea

#1111ea #ea1111 #11ea11

Analogous Colors of #1111ea

#1111ea #7e11ea #117eea

Monochromatic Colors of #1111ea

#1111ea

Complementary Color

#1111ea #eaea11

#1111ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1111ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1111ea Color CSS Codes

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

#1111ea Text Font Color

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

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


#1111ea Background Color

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

This div background color is #1111ea


#1111ea Border Color

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

This div border color is #1111ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,17,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 #1111ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1111ea


Comments

No comments written yet.

Please login to write comment.