Color Hex Logo

#1120da Color Hex

#1120DA
(17,32,218)
0 Favorites   0 Comments

Color spaces of #1120da

RGB 1732218
HSL0.650.860.46
HSV236°92°85°
CMYK 0.920.850.00   0.15
XYZ13.40266.214166.8227
Yxy6.21410.15510.0719
Hunter Lab24.928152.3464-141.4842
CIE-Lab29.946362.2032-90.7440

#1120da color RGB value is (17,32,218).

#1120da hex color red value is 17, green value is 32 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #1120da hue: 0.65 , saturation: 0.86 and the lightness value of 1120da is 0.46.

The process color (four color CMYK) of #1120da color hex is 0.92, 0.85, 0.00, 0.15. Web safe color of #1120da is #0033cc. Color #1120da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100000 11011010
Octal 21 40 332
Decimal 17 32 218
Hex 11 20 DA

RGB Percentages of Color #1120da

%6.37
%11.99
%81.65

CMYK Percentages of Color #1120da

%92
%85
%0
%15

Triadic Colors of #1120da

#1120da #da1120 #20da11

Analogous Colors of #1120da

#1120da #6711da #1185da

Monochromatic Colors of #1120da

#1120da

Complementary Color

#1120da #dacb11

#1120da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1120da Color Preview on White Background

Lorem ipsum dolor sit amet.

#1120da Color CSS Codes

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

#1120da Text Font Color

<p style="color:#1120da">Text here</p>

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


#1120da Background Color

<div style="background-color:#1120da">
Div content here</div>

This div background color is #1120da


#1120da Border Color

<div style="border:3px solid #1120da">
Div here</div>

This div border color is #1120da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,32,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1120da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1120da;
  -webkit-box-shadow: 1px 1px 3px 2px #1120da;
  box-shadow:         1px 1px 3px 2px #1120da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1120da


Comments

No comments written yet.

Please login to write comment.