Color Hex Logo

#2813ea Color Hex

#2813EA
(40,19,234)
0 Favorites   0 Comments

Color spaces of #2813ea

RGB 4019234
HSL0.680.850.50
HSV246°92°92°
CMYK 0.830.920.00   0.08
XYZ15.95926.857478.3244
Yxy6.85740.15780.0678
Hunter Lab26.186662.9585-159.0061
CIE-Lab31.480071.1869-97.3396

#2813ea color RGB value is (40,19,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 00010011 11101010
Octal 50 23 352
Decimal 40 19 234
Hex 28 13 EA

RGB Percentages of Color #2813ea

%13.65
%6.48
%79.86

CMYK Percentages of Color #2813ea

%83
%92
%0
%8

Triadic Colors of #2813ea

#2813ea #ea2813 #13ea28

Analogous Colors of #2813ea

#2813ea #9413ea #136aea

Monochromatic Colors of #2813ea

#2813ea

Complementary Color

#2813ea #d5ea13

#2813ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2813ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2813ea Color CSS Codes

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

#2813ea Text Font Color

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

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


#2813ea Background Color

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

This div background color is #2813ea


#2813ea Border Color

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

This div border color is #2813ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2813ea


Comments

No comments written yet.

Please login to write comment.