Color Hex Logo

#117bd5 Color Hex

#117BD5
(17,123,213)
0 Favorites   0 Comments

Color spaces of #117bd5

RGB 17123213
HSL0.580.850.45
HSV208°92°84°
CMYK 0.920.420.00   0.16
XYZ19.324419.089265.6169
Yxy19.08920.18580.1835
Hunter Lab43.69122.4901-58.4599
CIE-Lab50.79146.1141-53.7757

#117bd5 color RGB value is (17,123,213).

#117bd5 hex color red value is 17, green value is 123 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #117bd5 hue: 0.58 , saturation: 0.85 and the lightness value of 117bd5 is 0.45.

The process color (four color CMYK) of #117bd5 color hex is 0.92, 0.42, 0.00, 0.16. Web safe color of #117bd5 is #0066cc. Color #117bd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111011 11010101
Octal 21 173 325
Decimal 17 123 213
Hex 11 7B D5

RGB Percentages of Color #117bd5

%4.82
%34.84
%60.34

CMYK Percentages of Color #117bd5

%92
%42
%0
%16

Triadic Colors of #117bd5

#117bd5 #d5117b #7bd511

Analogous Colors of #117bd5

#117bd5 #1119d5 #11d5cd

Monochromatic Colors of #117bd5

#117bd5

Complementary Color

#117bd5 #d56b11

#117bd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117bd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#117bd5 Color CSS Codes

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

#117bd5 Text Font Color

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

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


#117bd5 Background Color

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

This div background color is #117bd5


#117bd5 Border Color

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

This div border color is #117bd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117bd5


Comments

No comments written yet.

Please login to write comment.