Color Hex Logo

#120052 Color Hex

#120052
(18,0,82)
0 Favorites   0 Comments

Color spaces of #120052

RGB 18082
HSL0.701.000.16
HSV253°100°32°
CMYK 0.781.000.00   0.68
XYZ1.77240.73788.0316
Yxy0.73780.16810.0700
Hunter Lab8.589521.8008-49.4262
CIE-Lab6.664534.8983-44.8005

#120052 color RGB value is (18,0,82).

#120052 hex color red value is 18, green value is 0 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #120052 hue: 0.70 , saturation: 1.00 and the lightness value of 120052 is 0.16.

The process color (four color CMYK) of #120052 color hex is 0.78, 1.00, 0.00, 0.68. Web safe color of #120052 is #000066. Color #120052 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000000 01010010
Octal 22 0 122
Decimal 18 0 82
Hex 12 0 52

RGB Percentages of Color #120052

%18.00
%0.00
%82.00

CMYK Percentages of Color #120052

%78
%100
%0
%68

Triadic Colors of #120052

#120052 #521200 #005212

Analogous Colors of #120052

#120052 #3b0052 #001752

Monochromatic Colors of #120052

#120052

Complementary Color

#120052 #405200

#120052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#120052 Color CSS Codes

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

#120052 Text Font Color

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

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


#120052 Background Color

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

This div background color is #120052


#120052 Border Color

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

This div border color is #120052


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,0,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #120052; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #120052;
  -webkit-box-shadow: 1px 1px 3px 2px #120052;
  box-shadow:         1px 1px 3px 2px #120052; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120052

#120052 Color Palettes


Comments

No comments written yet.

Please login to write comment.