Color Hex Logo

#120acf Color Hex

#120ACF
(18,10,207)
0 Favorites   0 Comments

Color spaces of #120acf

RGB 1810207
HSL0.670.910.43
HSV242°95°81°
CMYK 0.910.950.00   0.19
XYZ11.62054.850759.3553
Yxy4.85070.15330.0640
Hunter Lab22.024355.6379-144.3690
CIE-Lab26.305165.8106-90.4393

#120acf color RGB value is (18,10,207).

#120acf hex color red value is 18, green value is 10 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #120acf hue: 0.67 , saturation: 0.91 and the lightness value of 120acf is 0.43.

The process color (four color CMYK) of #120acf color hex is 0.91, 0.95, 0.00, 0.19. Web safe color of #120acf is #0000cc. Color #120acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001010 11001111
Octal 22 12 317
Decimal 18 10 207
Hex 12 A CF

RGB Percentages of Color #120acf

%7.66
%4.26
%88.09

CMYK Percentages of Color #120acf

%91
%95
%0
%19

Triadic Colors of #120acf

#120acf #cf120a #0acf12

Analogous Colors of #120acf

#120acf #750acf #0a65cf

Monochromatic Colors of #120acf

#120acf

Complementary Color

#120acf #c7cf0a

#120acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#120acf Color CSS Codes

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

#120acf Text Font Color

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

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


#120acf Background Color

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

This div background color is #120acf


#120acf Border Color

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

This div border color is #120acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120acf


Comments

No comments written yet.

Please login to write comment.