Color Hex Logo

#12084e Color Hex

#12084E
(18,8,78)
0 Favorites   0 Comments

Color spaces of #12084e

RGB 18878
HSL0.690.810.17
HSV249°90°31°
CMYK 0.770.900.00   0.69
XYZ1.71140.85237.2820
Yxy0.85230.17380.0866
Hunter Lab9.232016.9337-40.3042
CIE-Lab7.698828.9014-40.3222

#12084e color RGB value is (18,8,78).

#12084e hex color red value is 18, green value is 8 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #12084e hue: 0.69 , saturation: 0.81 and the lightness value of 12084e is 0.17.

The process color (four color CMYK) of #12084e color hex is 0.77, 0.90, 0.00, 0.69. Web safe color of #12084e is #000066. Color #12084e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001000 01001110
Octal 22 10 116
Decimal 18 8 78
Hex 12 8 4E

RGB Percentages of Color #12084e

%17.31
%7.69
%75.00

CMYK Percentages of Color #12084e

%77
%90
%0
%69

Triadic Colors of #12084e

#12084e #4e1208 #084e12

Analogous Colors of #12084e

#12084e #35084e #08214e

Monochromatic Colors of #12084e

#12084e

Complementary Color

#12084e #444e08

#12084e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12084e Color Preview on White Background

Lorem ipsum dolor sit amet.

#12084e Color CSS Codes

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

#12084e Text Font Color

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

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


#12084e Background Color

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

This div background color is #12084e


#12084e Border Color

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

This div border color is #12084e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,8,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12084e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12084e;
  -webkit-box-shadow: 1px 1px 3px 2px #12084e;
  box-shadow:         1px 1px 3px 2px #12084e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12084e


Comments

No comments written yet.

Please login to write comment.