color codes Logo

#1138ea color codes

#1138EA
(17,56,234)
0 Favorites   0 Comments

Color spaces of #1138ea

RGB 1756234
HSL0.640.860.49
HSV229°93°92°
CMYK 0.930.760.00   0.08
XYZ16.49668.888078.6880
Yxy8.88800.15850.0854
Hunter Lab29.812746.5990-135.6216
CIE-Lab35.767855.7675-90.2239

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111000 11101010
Octal 21 70 352
Decimal 17 56 234
Hex 11 38 EA

RGB Percentages of Color #1138ea

%5.54
%18.24
%76.22

CMYK Percentages of Color #1138ea

%93
%76
%0
%8

Triadic Colors of #1138ea

#1138ea #ea1138 #38ea11

Analogous Colors of #1138ea

#1138ea #5611ea #11a5ea

Monochromatic Colors of #1138ea

#1138ea

Complementary Color

#1138ea #eac311

#1138ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1138ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1138ea Color CSS Codes

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

#1138ea Text Font Color

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

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


#1138ea Background Color

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

This div background color is #1138ea


#1138ea Border Color

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

This div border color is #1138ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1138ea


Comments

No comments written yet.

Please login to write comment.