Color Hex Logo

#2412ea Color Hex

#2412EA
(36,18,234)
0 Favorites   0 Comments

Color spaces of #2412ea

RGB 3618234
HSL0.680.860.49
HSV245°92°92°
CMYK 0.850.920.00   0.08
XYZ15.79516.748278.3119
Yxy6.74820.15660.0669
Hunter Lab25.977363.0739-160.5532
CIE-Lab31.226771.3304-97.7670

#2412ea color RGB value is (36,18,234).

#2412ea hex color red value is 36, green value is 18 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #2412ea hue: 0.68 , saturation: 0.86 and the lightness value of 2412ea is 0.49.

The process color (four color CMYK) of #2412ea color hex is 0.85, 0.92, 0.00, 0.08. Web safe color of #2412ea is #3300ff. Color #2412ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00010010 11101010
Octal 44 22 352
Decimal 36 18 234
Hex 24 12 EA

RGB Percentages of Color #2412ea

%12.50
%6.25
%81.25

CMYK Percentages of Color #2412ea

%85
%92
%0
%8

Triadic Colors of #2412ea

#2412ea #ea2412 #12ea24

Analogous Colors of #2412ea

#2412ea #9012ea #126cea

Monochromatic Colors of #2412ea

#2412ea

Complementary Color

#2412ea #d8ea12

#2412ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2412ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2412ea Color CSS Codes

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

#2412ea Text Font Color

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

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


#2412ea Background Color

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

This div background color is #2412ea


#2412ea Border Color

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

This div border color is #2412ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,18,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2412ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2412ea;
  -webkit-box-shadow: 1px 1px 3px 2px #2412ea;
  box-shadow:         1px 1px 3px 2px #2412ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2412ea


Comments

No comments written yet.

Please login to write comment.