Color Hex Logo

#1133ea Color Hex

#1133EA
(17,51,234)
0 Favorites   0 Comments

Color spaces of #1133ea

RGB 1751234
HSL0.640.860.49
HSV231°93°92°
CMYK 0.930.780.00   0.08
XYZ16.26638.427378.6112
Yxy8.42730.15750.0816
Hunter Lab29.029849.2169-140.2333
CIE-Lab34.857458.3875-91.7351

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110011 11101010
Octal 21 63 352
Decimal 17 51 234
Hex 11 33 EA

RGB Percentages of Color #1133ea

%5.63
%16.89
%77.48

CMYK Percentages of Color #1133ea

%93
%78
%0
%8

Triadic Colors of #1133ea

#1133ea #ea1133 #33ea11

Analogous Colors of #1133ea

#1133ea #5b11ea #11a0ea

Monochromatic Colors of #1133ea

#1133ea

Complementary Color

#1133ea #eac811

#1133ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1133ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1133ea Color CSS Codes

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

#1133ea Text Font Color

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

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


#1133ea Background Color

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

This div background color is #1133ea


#1133ea Border Color

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

This div border color is #1133ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1133ea


Comments

No comments written yet.

Please login to write comment.