Color Hex Logo

#117aff Color Hex

#117AFF
(17,122,255)
0 Favorites   0 Comments

Color spaces of #117aff

RGB 17122255
HSL0.591.000.53
HSV214°93°100°
CMYK 0.930.520.00   0.00
XYZ25.240721.258297.3807
Yxy21.25820.17540.1477
Hunter Lab46.106617.0318-92.9504
CIE-Lab53.230922.9749-73.3301

#117aff color RGB value is (17,122,255).

#117aff hex color red value is 17, green value is 122 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #117aff hue: 0.59 , saturation: 1.00 and the lightness value of 117aff is 0.53.

The process color (four color CMYK) of #117aff color hex is 0.93, 0.52, 0.00, 0.00. Web safe color of #117aff is #0066ff. Color #117aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111010 11111111
Octal 21 172 377
Decimal 17 122 255
Hex 11 7A FF

RGB Percentages of Color #117aff

%4.31
%30.96
%64.72

CMYK Percentages of Color #117aff

%93
%52
%0
%0

Triadic Colors of #117aff

#117aff #ff117a #7aff11

Analogous Colors of #117aff

#117aff #1f11ff #11f1ff

Monochromatic Colors of #117aff

#117aff

Complementary Color

#117aff #ff9611

#117aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#117aff Color CSS Codes

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

#117aff Text Font Color

<p style="color:#117aff">Text here</p>

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


#117aff Background Color

<div style="background-color:#117aff">
Div content here</div>

This div background color is #117aff


#117aff Border Color

<div style="border:3px solid #117aff">
Div here</div>

This div border color is #117aff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,122,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #117aff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #117aff;
  -webkit-box-shadow: 1px 1px 3px 2px #117aff;
  box-shadow:         1px 1px 3px 2px #117aff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117aff


Comments

No comments written yet.

Please login to write comment.