Color Hex Logo

#2813dc Color Hex

#2813DC
(40,19,220)
0 Favorites   0 Comments

Color spaces of #2813dc

RGB 4019220
HSL0.680.840.47
HSV246°91°86°
CMYK 0.820.910.00   0.14
XYZ14.02626.084268.1452
Yxy6.08420.15890.0689
Hunter Lab24.666258.3366-146.5341
CIE-Lab29.623967.5682-92.4138

#2813dc color RGB value is (40,19,220).

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

The process color (four color CMYK) of #2813dc color hex is 0.82, 0.91, 0.00, 0.14. Web safe color of #2813dc is #3300cc. Color #2813dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00010011 11011100
Octal 50 23 334
Decimal 40 19 220
Hex 28 13 DC

RGB Percentages of Color #2813dc

%14.34
%6.81
%78.85

CMYK Percentages of Color #2813dc

%82
%91
%0
%14

Triadic Colors of #2813dc

#2813dc #dc2813 #13dc28

Analogous Colors of #2813dc

#2813dc #8d13dc #1363dc

Monochromatic Colors of #2813dc

#2813dc

Complementary Color

#2813dc #c7dc13

#2813dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2813dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2813dc Color CSS Codes

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

#2813dc Text Font Color

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

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


#2813dc Background Color

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

This div background color is #2813dc


#2813dc Border Color

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

This div border color is #2813dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,19,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2813dc


Comments

No comments written yet.

Please login to write comment.