Color Hex Logo

#1121ec Color Hex

#1121EC
(17,33,236)
0 Favorites   0 Comments

Color spaces of #1121ec

RGB 1733236
HSL0.650.870.50
HSV236°93°93°
CMYK 0.930.860.00   0.07
XYZ15.91537.263079.9199
Yxy7.26300.15440.0704
Hunter Lab26.950058.2508-156.9591
CIE-Lab32.398366.9759-96.9651

#1121ec color RGB value is (17,33,236).

#1121ec hex color red value is 17, green value is 33 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1121ec hue: 0.65 , saturation: 0.87 and the lightness value of 1121ec is 0.50.

The process color (four color CMYK) of #1121ec color hex is 0.93, 0.86, 0.00, 0.07. Web safe color of #1121ec is #0033ff. Color #1121ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100001 11101100
Octal 21 41 354
Decimal 17 33 236
Hex 11 21 EC

RGB Percentages of Color #1121ec

%5.94
%11.54
%82.52

CMYK Percentages of Color #1121ec

%93
%86
%0
%7

Triadic Colors of #1121ec

#1121ec #ec1121 #21ec11

Analogous Colors of #1121ec

#1121ec #6f11ec #118fec

Monochromatic Colors of #1121ec

#1121ec

Complementary Color

#1121ec #ecdc11

#1121ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1121ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1121ec Color CSS Codes

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

#1121ec Text Font Color

<p style="color:#1121ec">Text here</p>

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


#1121ec Background Color

<div style="background-color:#1121ec">
Div content here</div>

This div background color is #1121ec


#1121ec Border Color

<div style="border:3px solid #1121ec">
Div here</div>

This div border color is #1121ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,33,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1121ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1121ec;
  -webkit-box-shadow: 1px 1px 3px 2px #1121ec;
  box-shadow:         1px 1px 3px 2px #1121ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1121ec


Comments

No comments written yet.

Please login to write comment.