Color Hex Logo

#115dcd Color Hex

#115DCD
(17,93,205)
1 Favorites   0 Comments

Color spaces of #115dcd

RGB 1793205
HSL0.600.850.44
HSV216°92°80°
CMYK 0.920.550.00   0.20
XYZ15.165012.355759.3432
Yxy12.35570.17460.1422
Hunter Lab35.150715.4963-75.4910
CIE-Lab41.776022.1543-63.7543

#115dcd color RGB value is (17,93,205).

#115dcd hex color red value is 17, green value is 93 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #115dcd hue: 0.60 , saturation: 0.85 and the lightness value of 115dcd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011101 11001101
Octal 21 135 315
Decimal 17 93 205
Hex 11 5D CD

RGB Percentages of Color #115dcd

%5.40
%29.52
%65.08

CMYK Percentages of Color #115dcd

%92
%55
%0
%20

Triadic Colors of #115dcd

#115dcd #cd115d #5dcd11

Analogous Colors of #115dcd

#115dcd #2311cd #11bbcd

Monochromatic Colors of #115dcd

#115dcd

Complementary Color

#115dcd #cd8111

#115dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#115dcd Color CSS Codes

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

#115dcd Text Font Color

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

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


#115dcd Background Color

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

This div background color is #115dcd


#115dcd Border Color

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

This div border color is #115dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115dcd


Comments

No comments written yet.

Please login to write comment.