Color Hex Logo

#e714ca Color Hex

#E714CA
(231,20,202)
0 Favorites   0 Comments

Color spaces of #e714ca

RGB 23120202
HSL0.860.840.49
HSV308°91°91°
CMYK 0.000.910.13   0.09
XYZ43.865821.753557.7640
Yxy21.75350.35550.1763
Hunter Lab46.640686.2592-40.7816
CIE-Lab53.764585.6870-41.6222

#e714ca color RGB value is (231,20,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010100 11001010
Octal 347 24 312
Decimal 231 20 202
Hex E7 14 CA

RGB Percentages of Color #e714ca

%50.99
%4.42
%44.59

CMYK Percentages of Color #e714ca

%0
%91
%13
%9

Triadic Colors of #e714ca

#e714ca #cae714 #14cae7

Analogous Colors of #e714ca

#e714ca #e71460 #9b14e7

Monochromatic Colors of #e714ca

#e714ca

Complementary Color

#e714ca #14e731

#e714ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e714ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e714ca Color CSS Codes

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

#e714ca Text Font Color

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

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


#e714ca Background Color

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

This div background color is #e714ca


#e714ca Border Color

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

This div border color is #e714ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e714ca


Comments

No comments written yet.

Please login to write comment.