Color Hex Logo

#11058a Color Hex

#11058A
(17,5,138)
0 Favorites   0 Comments

Color spaces of #11058a

RGB 175138
HSL0.680.930.28
HSV245°96°54°
CMYK 0.880.960.00   0.46
XYZ4.87292.062724.1861
Yxy2.06270.15660.0663
Hunter Lab14.362135.4294-89.7922
CIE-Lab15.812948.6215-66.2746

#11058a color RGB value is (17,5,138).

#11058a hex color red value is 17, green value is 5 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #11058a hue: 0.68 , saturation: 0.93 and the lightness value of 11058a is 0.28.

The process color (four color CMYK) of #11058a color hex is 0.88, 0.96, 0.00, 0.46. Web safe color of #11058a is #000099. Color #11058a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00000101 10001010
Octal 21 5 212
Decimal 17 5 138
Hex 11 5 8A

RGB Percentages of Color #11058a

%10.63
%3.13
%86.25

CMYK Percentages of Color #11058a

%88
%96
%0
%46

Triadic Colors of #11058a

#11058a #8a1105 #058a11

Analogous Colors of #11058a

#11058a #54058a #053c8a

Monochromatic Colors of #11058a

#11058a

Complementary Color

#11058a #7e8a05

#11058a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11058a Color Preview on White Background

Lorem ipsum dolor sit amet.

#11058a Color CSS Codes

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

#11058a Text Font Color

<p style="color:#11058a">Text here</p>

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


#11058a Background Color

<div style="background-color:#11058a">
Div content here</div>

This div background color is #11058a


#11058a Border Color

<div style="border:3px solid #11058a">
Div here</div>

This div border color is #11058a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,5,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11058a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11058a;
  -webkit-box-shadow: 1px 1px 3px 2px #11058a;
  box-shadow:         1px 1px 3px 2px #11058a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11058a


Comments

No comments written yet.

Please login to write comment.