Color Hex Logo

#113afc Color Hex

#113AFC
(17,58,252)
0 Favorites   0 Comments

Color spaces of #113afc

RGB 1758252
HSL0.640.980.53
HSV230°93°99°
CMYK 0.930.770.00   0.01
XYZ19.314910.173693.0411
Yxy10.17360.15760.0830
Hunter Lab31.896152.2738-150.6221
CIE-Lab38.152260.5451-96.4219

#113afc color RGB value is (17,58,252).

#113afc hex color red value is 17, green value is 58 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #113afc hue: 0.64 , saturation: 0.98 and the lightness value of 113afc is 0.53.

The process color (four color CMYK) of #113afc color hex is 0.93, 0.77, 0.00, 0.01. Web safe color of #113afc is #0033ff. Color #113afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111010 11111100
Octal 21 72 374
Decimal 17 58 252
Hex 11 3A FC

RGB Percentages of Color #113afc

%5.20
%17.74
%77.06

CMYK Percentages of Color #113afc

%93
%77
%0
%1

Triadic Colors of #113afc

#113afc #fc113a #3afc11

Analogous Colors of #113afc

#113afc #5d11fc #11b0fc

Monochromatic Colors of #113afc

#113afc

Complementary Color

#113afc #fcd311

#113afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#113afc Color CSS Codes

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

#113afc Text Font Color

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

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


#113afc Background Color

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

This div background color is #113afc


#113afc Border Color

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

This div border color is #113afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113afc


Comments

No comments written yet.

Please login to write comment.