Color Hex Logo

#1240ca Color Hex

#1240CA
(18,64,202)
0 Favorites   0 Comments

Color spaces of #1240ca

RGB 1864202
HSL0.630.840.43
HSV225°91°79°
CMYK 0.910.680.00   0.21
XYZ12.74358.059756.7611
Yxy8.05970.16430.1039
Hunter Lab28.389630.4431-98.6694
CIE-Lab34.106939.9317-74.5721

#1240ca color RGB value is (18,64,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000000 11001010
Octal 22 100 312
Decimal 18 64 202
Hex 12 40 CA

RGB Percentages of Color #1240ca

%6.34
%22.54
%71.13

CMYK Percentages of Color #1240ca

%91
%68
%0
%21

Triadic Colors of #1240ca

#1240ca #ca1240 #40ca12

Analogous Colors of #1240ca

#1240ca #4012ca #129cca

Monochromatic Colors of #1240ca

#1240ca

Complementary Color

#1240ca #ca9c12

#1240ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1240ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1240ca Color CSS Codes

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

#1240ca Text Font Color

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

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


#1240ca Background Color

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

This div background color is #1240ca


#1240ca Border Color

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

This div border color is #1240ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1240ca


Comments

No comments written yet.

Please login to write comment.