Color Hex Logo

#e719ca Color Hex

#E719CA
(231,25,202)
0 Favorites   0 Comments

Color spaces of #e719ca

RGB 23125202
HSL0.860.810.50
HSV308°89°91°
CMYK 0.000.890.13   0.09
XYZ43.963321.948557.7965
Yxy21.94850.35540.1774
Hunter Lab46.849285.5182-40.3499
CIE-Lab53.972385.0772-41.2942

#e719ca color RGB value is (231,25,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011001 11001010
Octal 347 31 312
Decimal 231 25 202
Hex E7 19 CA

RGB Percentages of Color #e719ca

%50.44
%5.46
%44.10

CMYK Percentages of Color #e719ca

%0
%89
%13
%9

Triadic Colors of #e719ca

#e719ca #cae719 #19cae7

Analogous Colors of #e719ca

#e719ca #e71963 #9d19e7

Monochromatic Colors of #e719ca

#e719ca

Complementary Color

#e719ca #19e736

#e719ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e719ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e719ca Color CSS Codes

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

#e719ca Text Font Color

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

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


#e719ca Background Color

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

This div background color is #e719ca


#e719ca Border Color

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

This div border color is #e719ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e719ca

#e719ca Color Palettes


Comments

No comments written yet.

Please login to write comment.