Color Hex Logo

#e714c2 Color Hex

#E714C2
(231,20,194)
0 Favorites   0 Comments

Color spaces of #e714c2

RGB 23120194
HSL0.860.840.49
HSV311°91°91°
CMYK 0.000.910.16   0.09
XYZ42.942821.384352.9032
Yxy21.38430.36630.1824
Hunter Lab46.243284.8350-35.4589
CIE-Lab53.367584.6685-37.6315

#e714c2 color RGB value is (231,20,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010100 11000010
Octal 347 24 302
Decimal 231 20 194
Hex E7 14 C2

RGB Percentages of Color #e714c2

%51.91
%4.49
%43.60

CMYK Percentages of Color #e714c2

%0
%91
%16
%9

Triadic Colors of #e714c2

#e714c2 #c2e714 #14c2e7

Analogous Colors of #e714c2

#e714c2 #e71458 #a314e7

Monochromatic Colors of #e714c2

#e714c2

Complementary Color

#e714c2 #14e739

#e714c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e714c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e714c2 Color CSS Codes

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

#e714c2 Text Font Color

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

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


#e714c2 Background Color

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

This div background color is #e714c2


#e714c2 Border Color

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

This div border color is #e714c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e714c2


Comments

No comments written yet.

Please login to write comment.