Color Hex Logo

#120fdd Color Hex

#120FDD
(18,15,221)
0 Favorites   0 Comments

Color spaces of #120fdd

RGB 1815221
HSL0.670.870.46
HSV241°93°87°
CMYK 0.920.930.00   0.13
XYZ13.47145.690768.7950
Yxy5.69070.15320.0647
Hunter Lab23.855259.0552-154.2854
CIE-Lab28.618368.3719-94.6896

#120fdd color RGB value is (18,15,221).

#120fdd hex color red value is 18, green value is 15 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #120fdd hue: 0.67 , saturation: 0.87 and the lightness value of 120fdd is 0.46.

The process color (four color CMYK) of #120fdd color hex is 0.92, 0.93, 0.00, 0.13. Web safe color of #120fdd is #0000cc. Color #120fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001111 11011101
Octal 22 17 335
Decimal 18 15 221
Hex 12 F DD

RGB Percentages of Color #120fdd

%7.09
%5.91
%87.01

CMYK Percentages of Color #120fdd

%92
%93
%0
%13

Triadic Colors of #120fdd

#120fdd #dd120f #0fdd12

Analogous Colors of #120fdd

#120fdd #790fdd #0f73dd

Monochromatic Colors of #120fdd

#120fdd

Complementary Color

#120fdd #dadd0f

#120fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#120fdd Color CSS Codes

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

#120fdd Text Font Color

<p style="color:#120fdd">Text here</p>

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


#120fdd Background Color

<div style="background-color:#120fdd">
Div content here</div>

This div background color is #120fdd


#120fdd Border Color

<div style="border:3px solid #120fdd">
Div here</div>

This div border color is #120fdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,15,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #120fdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #120fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #120fdd;
  box-shadow:         1px 1px 3px 2px #120fdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,15,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 #120fdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120fdd


Comments

No comments written yet.

Please login to write comment.