Color Hex Logo

#112edd Color Hex

#112EDD
(17,46,221)
0 Favorites   0 Comments

Color spaces of #112edd

RGB 1746221
HSL0.640.860.47
HSV231°92°87°
CMYK 0.920.790.00   0.13
XYZ14.25937.293669.0629
Yxy7.29360.15740.0805
Hunter Lab27.006746.9849-132.7149
CIE-Lab32.466256.7727-88.2779

#112edd color RGB value is (17,46,221).

#112edd hex color red value is 17, green value is 46 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #112edd hue: 0.64 , saturation: 0.86 and the lightness value of 112edd is 0.47.

The process color (four color CMYK) of #112edd color hex is 0.92, 0.79, 0.00, 0.13. Web safe color of #112edd is #0033cc. Color #112edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101110 11011101
Octal 21 56 335
Decimal 17 46 221
Hex 11 2E DD

RGB Percentages of Color #112edd

%5.99
%16.20
%77.82

CMYK Percentages of Color #112edd

%92
%79
%0
%13

Triadic Colors of #112edd

#112edd #dd112e #2edd11

Analogous Colors of #112edd

#112edd #5a11dd #1194dd

Monochromatic Colors of #112edd

#112edd

Complementary Color

#112edd #ddc011

#112edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#112edd Color CSS Codes

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

#112edd Text Font Color

<p style="color:#112edd">Text here</p>

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


#112edd Background Color

<div style="background-color:#112edd">
Div content here</div>

This div background color is #112edd


#112edd Border Color

<div style="border:3px solid #112edd">
Div here</div>

This div border color is #112edd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,46,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #112edd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #112edd;
  -webkit-box-shadow: 1px 1px 3px 2px #112edd;
  box-shadow:         1px 1px 3px 2px #112edd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112edd


Comments

No comments written yet.

Please login to write comment.