Color Hex Logo

#115cca Color Hex

#115CCA
(17,92,202)
0 Favorites   0 Comments

Color spaces of #115cca

RGB 1792202
HSL0.600.840.43
HSV216°92°79°
CMYK 0.920.540.00   0.21
XYZ14.719012.037757.4249
Yxy12.03770.17480.1430
Hunter Lab34.695415.0090-73.8451
CIE-Lab41.276021.6243-62.8367

#115cca color RGB value is (17,92,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011100 11001010
Octal 21 134 312
Decimal 17 92 202
Hex 11 5C CA

RGB Percentages of Color #115cca

%5.47
%29.58
%64.95

CMYK Percentages of Color #115cca

%92
%54
%0
%21

Triadic Colors of #115cca

#115cca #ca115c #5cca11

Analogous Colors of #115cca

#115cca #2211ca #11b9ca

Monochromatic Colors of #115cca

#115cca

Complementary Color

#115cca #ca7f11

#115cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#115cca Color CSS Codes

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

#115cca Text Font Color

<p style="color:#115cca">Text here</p>

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


#115cca Background Color

<div style="background-color:#115cca">
Div content here</div>

This div background color is #115cca


#115cca Border Color

<div style="border:3px solid #115cca">
Div here</div>

This div border color is #115cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,92,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 #115cca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115cca


Comments

No comments written yet.

Please login to write comment.