Color Hex Logo

#117dca Color Hex

#117DCA
(17,125,202)
0 Favorites   0 Comments

Color spaces of #117dca

RGB 17125202
HSL0.570.840.43
HSV205°92°79°
CMYK 0.920.380.00   0.21
XYZ18.225519.050758.5937
Yxy19.05070.19010.1987
Hunter Lab43.6471-1.8471-49.0404
CIE-Lab50.74650.6256-47.5972

#117dca color RGB value is (17,125,202).

#117dca hex color red value is 17, green value is 125 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #117dca hue: 0.57 , saturation: 0.84 and the lightness value of 117dca is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111101 11001010
Octal 21 175 312
Decimal 17 125 202
Hex 11 7D CA

RGB Percentages of Color #117dca

%4.94
%36.34
%58.72

CMYK Percentages of Color #117dca

%92
%38
%0
%21

Triadic Colors of #117dca

#117dca #ca117d #7dca11

Analogous Colors of #117dca

#117dca #1121ca #11cabb

Monochromatic Colors of #117dca

#117dca

Complementary Color

#117dca #ca5e11

#117dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#117dca Color CSS Codes

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

#117dca Text Font Color

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

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


#117dca Background Color

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

This div background color is #117dca


#117dca Border Color

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

This div border color is #117dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117dca


Comments

No comments written yet.

Please login to write comment.