Color Hex Logo

#113afb Color Hex

#113AFB
(17,58,251)
0 Favorites   0 Comments

Color spaces of #113afb

RGB 1758251
HSL0.640.970.53
HSV229°93°98°
CMYK 0.930.770.00   0.02
XYZ19.156810.110392.2086
Yxy10.11030.15770.0832
Hunter Lab31.796751.8980-149.6799
CIE-Lab38.039760.2260-96.0482

#113afb color RGB value is (17,58,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111010 11111011
Octal 21 72 373
Decimal 17 58 251
Hex 11 3A FB

RGB Percentages of Color #113afb

%5.21
%17.79
%76.99

CMYK Percentages of Color #113afb

%93
%77
%0
%2

Triadic Colors of #113afb

#113afb #fb113a #3afb11

Analogous Colors of #113afb

#113afb #5d11fb #11affb

Monochromatic Colors of #113afb

#113afb

Complementary Color

#113afb #fbd211

#113afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#113afb Color CSS Codes

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

#113afb Text Font Color

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

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


#113afb Background Color

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

This div background color is #113afb


#113afb Border Color

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

This div border color is #113afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113afb


Comments

No comments written yet.

Please login to write comment.