Color Hex Logo

#e713dc Color Hex

#E713DC
(231,19,220)
0 Favorites   0 Comments

Color spaces of #e713dc

RGB 23119220
HSL0.840.850.49
HSV303°92°91°
CMYK 0.000.920.05   0.09
XYZ46.106122.622069.6466
Yxy22.62200.33320.1635
Hunter Lab47.562689.7993-53.5254
CIE-Lab54.680888.2062-50.4595

#e713dc color RGB value is (231,19,220).

#e713dc hex color red value is 231, green value is 19 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e713dc hue: 0.84 , saturation: 0.85 and the lightness value of e713dc is 0.49.

The process color (four color CMYK) of #e713dc color hex is 0.00, 0.92, 0.05, 0.09. Web safe color of #e713dc is #ff00cc. Color #e713dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010011 11011100
Octal 347 23 334
Decimal 231 19 220
Hex E7 13 DC

RGB Percentages of Color #e713dc

%49.15
%4.04
%46.81

CMYK Percentages of Color #e713dc

%0
%92
%5
%9

Triadic Colors of #e713dc

#e713dc #dce713 #13dce7

Analogous Colors of #e713dc

#e713dc #e71372 #8813e7

Monochromatic Colors of #e713dc

#e713dc

Complementary Color

#e713dc #13e71e

#e713dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e713dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e713dc Color CSS Codes

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

#e713dc Text Font Color

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

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


#e713dc Background Color

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

This div background color is #e713dc


#e713dc Border Color

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

This div border color is #e713dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e713dc


Comments

No comments written yet.

Please login to write comment.