Color Hex Logo

#123eca Color Hex

#123ECA
(18,62,202)
0 Favorites   0 Comments

Color spaces of #123eca

RGB 1862202
HSL0.630.840.43
HSV226°91°79°
CMYK 0.910.690.00   0.21
XYZ12.63277.838156.7242
Yxy7.83810.16360.1015
Hunter Lab27.996631.5492-100.5304
CIE-Lab33.643441.1857-75.3363

#123eca color RGB value is (18,62,202).

#123eca hex color red value is 18, green value is 62 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #123eca hue: 0.63 , saturation: 0.84 and the lightness value of 123eca is 0.43.

The process color (four color CMYK) of #123eca color hex is 0.91, 0.69, 0.00, 0.21. Web safe color of #123eca is #0033cc. Color #123eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00111110 11001010
Octal 22 76 312
Decimal 18 62 202
Hex 12 3E CA

RGB Percentages of Color #123eca

%6.38
%21.99
%71.63

CMYK Percentages of Color #123eca

%91
%69
%0
%21

Triadic Colors of #123eca

#123eca #ca123e #3eca12

Analogous Colors of #123eca

#123eca #4212ca #129aca

Monochromatic Colors of #123eca

#123eca

Complementary Color

#123eca #ca9e12

#123eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#123eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#123eca Color CSS Codes

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

#123eca Text Font Color

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

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


#123eca Background Color

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

This div background color is #123eca


#123eca Border Color

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

This div border color is #123eca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,62,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #123eca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #123eca;
  -webkit-box-shadow: 1px 1px 3px 2px #123eca;
  box-shadow:         1px 1px 3px 2px #123eca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #123eca


Comments

No comments written yet.

Please login to write comment.