Color Hex Logo

#e714dd Color Hex

#E714DD
(231,20,221)
0 Favorites   0 Comments

Color spaces of #e714dd

RGB 23120221
HSL0.840.840.49
HSV303°91°91°
CMYK 0.000.910.04   0.09
XYZ46.256322.709770.3520
Yxy22.70970.33200.1630
Hunter Lab47.654789.8663-54.1708
CIE-Lab54.772188.2392-50.8821

#e714dd color RGB value is (231,20,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010100 11011101
Octal 347 24 335
Decimal 231 20 221
Hex E7 14 DD

RGB Percentages of Color #e714dd

%48.94
%4.24
%46.82

CMYK Percentages of Color #e714dd

%0
%91
%4
%9

Triadic Colors of #e714dd

#e714dd #dde714 #14dde7

Analogous Colors of #e714dd

#e714dd #e71474 #8814e7

Monochromatic Colors of #e714dd

#e714dd

Complementary Color

#e714dd #14e71e

#e714dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e714dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e714dd Color CSS Codes

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

#e714dd Text Font Color

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

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


#e714dd Background Color

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

This div background color is #e714dd


#e714dd Border Color

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

This div border color is #e714dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e714dd


Comments

No comments written yet.

Please login to write comment.