Color Hex Logo

#1132ad Color Hex

#1132AD
(17,50,173)
0 Favorites   0 Comments

Color spaces of #1132ad

RGB 1750173
HSL0.630.820.37
HSV227°90°68°
CMYK 0.900.710.00   0.32
XYZ8.91465.417540.1110
Yxy5.41750.16370.0995
Hunter Lab23.275527.6339-85.8823
CIE-Lab27.892637.9815-67.6952

#1132ad color RGB value is (17,50,173).

#1132ad hex color red value is 17, green value is 50 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #1132ad hue: 0.63 , saturation: 0.82 and the lightness value of 1132ad is 0.37.

The process color (four color CMYK) of #1132ad color hex is 0.90, 0.71, 0.00, 0.32. Web safe color of #1132ad is #003399. Color #1132ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110010 10101101
Octal 21 62 255
Decimal 17 50 173
Hex 11 32 AD

RGB Percentages of Color #1132ad

%7.08
%20.83
%72.08

CMYK Percentages of Color #1132ad

%90
%71
%0
%32

Triadic Colors of #1132ad

#1132ad #ad1132 #32ad11

Analogous Colors of #1132ad

#1132ad #3e11ad #1180ad

Monochromatic Colors of #1132ad

#1132ad

Complementary Color

#1132ad #ad8c11

#1132ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1132ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#1132ad Color CSS Codes

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

#1132ad Text Font Color

<p style="color:#1132ad">Text here</p>

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


#1132ad Background Color

<div style="background-color:#1132ad">
Div content here</div>

This div background color is #1132ad


#1132ad Border Color

<div style="border:3px solid #1132ad">
Div here</div>

This div border color is #1132ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,50,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1132ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1132ad;
  -webkit-box-shadow: 1px 1px 3px 2px #1132ad;
  box-shadow:         1px 1px 3px 2px #1132ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1132ad


Comments

No comments written yet.

Please login to write comment.