Color Hex Logo

#113acb Color Hex

#113ACB
(17,58,203)
0 Favorites   0 Comments

Color spaces of #113acb

RGB 1758203
HSL0.630.850.43
HSV227°92°80°
CMYK 0.920.710.00   0.20
XYZ12.52377.457157.2792
Yxy7.45710.16210.0965
Hunter Lab27.307734.0742-105.2483
CIE-Lab32.825643.9745-77.2694

#113acb color RGB value is (17,58,203).

#113acb hex color red value is 17, green value is 58 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #113acb hue: 0.63 , saturation: 0.85 and the lightness value of 113acb is 0.43.

The process color (four color CMYK) of #113acb color hex is 0.92, 0.71, 0.00, 0.20. Web safe color of #113acb is #0033cc. Color #113acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111010 11001011
Octal 21 72 313
Decimal 17 58 203
Hex 11 3A CB

RGB Percentages of Color #113acb

%6.12
%20.86
%73.02

CMYK Percentages of Color #113acb

%92
%71
%0
%20

Triadic Colors of #113acb

#113acb #cb113a #3acb11

Analogous Colors of #113acb

#113acb #4511cb #1197cb

Monochromatic Colors of #113acb

#113acb

Complementary Color

#113acb #cba211

#113acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#113acb Color CSS Codes

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

#113acb Text Font Color

<p style="color:#113acb">Text here</p>

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


#113acb Background Color

<div style="background-color:#113acb">
Div content here</div>

This div background color is #113acb


#113acb Border Color

<div style="border:3px solid #113acb">
Div here</div>

This div border color is #113acb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,58,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #113acb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #113acb;
  -webkit-box-shadow: 1px 1px 3px 2px #113acb;
  box-shadow:         1px 1px 3px 2px #113acb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113acb


Comments

No comments written yet.

Please login to write comment.