Color Hex Logo

#111ca5 Color Hex

#111CA5
(17,28,165)
0 Favorites   0 Comments

Color spaces of #111ca5

RGB 1728165
HSL0.650.810.36
HSV236°90°65°
CMYK 0.900.830.00   0.35
XYZ7.43803.666335.9130
Yxy3.66630.15820.0780
Hunter Lab19.147635.8312-97.8004
CIE-Lab22.536147.7627-71.7434

#111ca5 color RGB value is (17,28,165).

#111ca5 hex color red value is 17, green value is 28 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #111ca5 hue: 0.65 , saturation: 0.81 and the lightness value of 111ca5 is 0.36.

The process color (four color CMYK) of #111ca5 color hex is 0.90, 0.83, 0.00, 0.35. Web safe color of #111ca5 is #003399. Color #111ca5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011100 10100101
Octal 21 34 245
Decimal 17 28 165
Hex 11 1C A5

RGB Percentages of Color #111ca5

%8.10
%13.33
%78.57

CMYK Percentages of Color #111ca5

%90
%83
%0
%35

Triadic Colors of #111ca5

#111ca5 #a5111c #1ca511

Analogous Colors of #111ca5

#111ca5 #5011a5 #1166a5

Monochromatic Colors of #111ca5

#111ca5

Complementary Color

#111ca5 #a59a11

#111ca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111ca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111ca5 Color CSS Codes

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

#111ca5 Text Font Color

<p style="color:#111ca5">Text here</p>

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


#111ca5 Background Color

<div style="background-color:#111ca5">
Div content here</div>

This div background color is #111ca5


#111ca5 Border Color

<div style="border:3px solid #111ca5">
Div here</div>

This div border color is #111ca5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,28,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #111ca5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #111ca5;
  -webkit-box-shadow: 1px 1px 3px 2px #111ca5;
  box-shadow:         1px 1px 3px 2px #111ca5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111ca5


Comments

No comments written yet.

Please login to write comment.