Color Hex Logo

#120752 Color Hex

#120752
(18,7,82)
0 Favorites   0 Comments

Color spaces of #120752

RGB 18782
HSL0.690.840.17
HSV249°91°32°
CMYK 0.780.910.00   0.68
XYZ1.84840.88988.0570
Yxy0.88980.17120.0824
Hunter Lab9.432918.4698-44.0387
CIE-Lab8.037530.8490-42.5216

#120752 color RGB value is (18,7,82).

#120752 hex color red value is 18, green value is 7 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #120752 hue: 0.69 , saturation: 0.84 and the lightness value of 120752 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000111 01010010
Octal 22 7 122
Decimal 18 7 82
Hex 12 7 52

RGB Percentages of Color #120752

%16.82
%6.54
%76.64

CMYK Percentages of Color #120752

%78
%91
%0
%68

Triadic Colors of #120752

#120752 #521207 #075212

Analogous Colors of #120752

#120752 #380752 #072252

Monochromatic Colors of #120752

#120752

Complementary Color

#120752 #475207

#120752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#120752 Color CSS Codes

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

#120752 Text Font Color

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

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


#120752 Background Color

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

This div background color is #120752


#120752 Border Color

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

This div border color is #120752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120752


Comments

No comments written yet.

Please login to write comment.