Color Hex Logo

#e713de Color Hex

#E713DE
(231,19,222)
0 Favorites   0 Comments

Color spaces of #e713de

RGB 23119222
HSL0.840.850.49
HSV303°92°91°
CMYK 0.000.920.04   0.09
XYZ46.372722.728671.0502
Yxy22.72860.33090.1622
Hunter Lab47.674590.1954-54.9888
CIE-Lab54.791788.4842-51.4183

#e713de color RGB value is (231,19,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010011 11011110
Octal 347 23 336
Decimal 231 19 222
Hex E7 13 DE

RGB Percentages of Color #e713de

%48.94
%4.03
%47.03

CMYK Percentages of Color #e713de

%0
%92
%4
%9

Triadic Colors of #e713de

#e713de #dee713 #13dee7

Analogous Colors of #e713de

#e713de #e71374 #8613e7

Monochromatic Colors of #e713de

#e713de

Complementary Color

#e713de #13e71c

#e713de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e713de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e713de Color CSS Codes

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

#e713de Text Font Color

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

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


#e713de Background Color

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

This div background color is #e713de


#e713de Border Color

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

This div border color is #e713de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e713de


Comments

No comments written yet.

Please login to write comment.