Color Hex Logo

#2812ea Color Hex

#2812EA
(40,18,234)
0 Favorites   0 Comments

Color spaces of #2812ea

RGB 4018234
HSL0.680.860.49
HSV246°92°92°
CMYK 0.830.920.00   0.08
XYZ15.94276.824278.3188
Yxy6.82420.15770.0675
Hunter Lab26.123263.2212-159.4687
CIE-Lab31.403371.4227-97.4677

#2812ea color RGB value is (40,18,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 00010010 11101010
Octal 50 22 352
Decimal 40 18 234
Hex 28 12 EA

RGB Percentages of Color #2812ea

%13.70
%6.16
%80.14

CMYK Percentages of Color #2812ea

%83
%92
%0
%8

Triadic Colors of #2812ea

#2812ea #ea2812 #12ea28

Analogous Colors of #2812ea

#2812ea #9412ea #1268ea

Monochromatic Colors of #2812ea

#2812ea

Complementary Color

#2812ea #d4ea12

#2812ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2812ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2812ea Color CSS Codes

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

#2812ea Text Font Color

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

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


#2812ea Background Color

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

This div background color is #2812ea


#2812ea Border Color

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

This div border color is #2812ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,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 #2812ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2812ea


Comments

No comments written yet.

Please login to write comment.