Color Hex Logo

#110ddc Color Hex

#110DDC
(17,13,220)
0 Favorites   0 Comments

Color spaces of #110ddc

RGB 1713220
HSL0.670.890.46
HSV241°94°86°
CMYK 0.920.940.00   0.14
XYZ13.29345.574368.0855
Yxy5.57430.15290.0641
Hunter Lab23.610059.1856-154.4513
CIE-Lab28.312068.5389-94.6257

#110ddc color RGB value is (17,13,220).

#110ddc hex color red value is 17, green value is 13 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #110ddc hue: 0.67 , saturation: 0.89 and the lightness value of 110ddc is 0.46.

The process color (four color CMYK) of #110ddc color hex is 0.92, 0.94, 0.00, 0.14. Web safe color of #110ddc is #0000cc. Color #110ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00001101 11011100
Octal 21 15 334
Decimal 17 13 220
Hex 11 D DC

RGB Percentages of Color #110ddc

%6.80
%5.20
%88.00

CMYK Percentages of Color #110ddc

%92
%94
%0
%14

Triadic Colors of #110ddc

#110ddc #dc110d #0ddc11

Analogous Colors of #110ddc

#110ddc #790ddc #0d71dc

Monochromatic Colors of #110ddc

#110ddc

Complementary Color

#110ddc #d8dc0d

#110ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#110ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#110ddc Color CSS Codes

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

#110ddc Text Font Color

<p style="color:#110ddc">Text here</p>

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


#110ddc Background Color

<div style="background-color:#110ddc">
Div content here</div>

This div background color is #110ddc


#110ddc Border Color

<div style="border:3px solid #110ddc">
Div here</div>

This div border color is #110ddc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,13,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #110ddc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #110ddc;
  -webkit-box-shadow: 1px 1px 3px 2px #110ddc;
  box-shadow:         1px 1px 3px 2px #110ddc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #110ddc


Comments

No comments written yet.

Please login to write comment.