Color Hex Logo

#12025e Color Hex

#12025E
(18,2,94)
0 Favorites   0 Comments

Color spaces of #12025e

RGB 18294
HSL0.700.960.19
HSV250°98°37°
CMYK 0.810.980.00   0.63
XYZ2.29150.980210.6581
Yxy0.98020.16450.0704
Hunter Lab9.900523.9884-56.8966
CIE-Lab8.825437.4372-49.3705

#12025e color RGB value is (18,2,94).

#12025e hex color red value is 18, green value is 2 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #12025e hue: 0.70 , saturation: 0.96 and the lightness value of 12025e is 0.19.

The process color (four color CMYK) of #12025e color hex is 0.81, 0.98, 0.00, 0.63. Web safe color of #12025e is #000066. Color #12025e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000010 01011110
Octal 22 2 136
Decimal 18 2 94
Hex 12 2 5E

RGB Percentages of Color #12025e

%15.79
%1.75
%82.46

CMYK Percentages of Color #12025e

%81
%98
%0
%63

Triadic Colors of #12025e

#12025e #5e1202 #025e12

Analogous Colors of #12025e

#12025e #40025e #02205e

Monochromatic Colors of #12025e

#12025e

Complementary Color

#12025e #4e5e02

#12025e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12025e Color Preview on White Background

Lorem ipsum dolor sit amet.

#12025e Color CSS Codes

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

#12025e Text Font Color

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

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


#12025e Background Color

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

This div background color is #12025e


#12025e Border Color

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

This div border color is #12025e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12025e


Comments

No comments written yet.

Please login to write comment.