Color Hex Logo

#1220e1 Color Hex

#1220E1
(18,32,225)
0 Favorites   0 Comments

Color spaces of #1220e1

RGB 1832225
HSL0.660.850.48
HSV236°92°88°
CMYK 0.920.860.00   0.12
XYZ14.35666.597971.7510
Yxy6.59790.15490.0712
Hunter Lab25.686454.8158-147.6372
CIE-Lab30.873464.2410-93.2252

#1220e1 color RGB value is (18,32,225).

#1220e1 hex color red value is 18, green value is 32 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #1220e1 hue: 0.66 , saturation: 0.85 and the lightness value of 1220e1 is 0.48.

The process color (four color CMYK) of #1220e1 color hex is 0.92, 0.86, 0.00, 0.12. Web safe color of #1220e1 is #0033cc. Color #1220e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00100000 11100001
Octal 22 40 341
Decimal 18 32 225
Hex 12 20 E1

RGB Percentages of Color #1220e1

%6.55
%11.64
%81.82

CMYK Percentages of Color #1220e1

%92
%86
%0
%12

Triadic Colors of #1220e1

#1220e1 #e11220 #20e112

Analogous Colors of #1220e1

#1220e1 #6c12e1 #1288e1

Monochromatic Colors of #1220e1

#1220e1

Complementary Color

#1220e1 #e1d312

#1220e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1220e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1220e1 Color CSS Codes

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

#1220e1 Text Font Color

<p style="color:#1220e1">Text here</p>

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


#1220e1 Background Color

<div style="background-color:#1220e1">
Div content here</div>

This div background color is #1220e1


#1220e1 Border Color

<div style="border:3px solid #1220e1">
Div here</div>

This div border color is #1220e1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,32,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1220e1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1220e1;
  -webkit-box-shadow: 1px 1px 3px 2px #1220e1;
  box-shadow:         1px 1px 3px 2px #1220e1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,32,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1220e1


Comments

No comments written yet.

Please login to write comment.