Color Hex Logo

#e718cc Color Hex

#E718CC
(231,24,204)
0 Favorites   0 Comments

Color spaces of #e718cc

RGB 23124204
HSL0.860.810.50
HSV308°90°91°
CMYK 0.000.900.12   0.09
XYZ44.180722.001859.0449
Yxy22.00180.35280.1757
Hunter Lab46.906186.0430-41.7994
CIE-Lab54.028985.4696-42.3543

#e718cc color RGB value is (231,24,204).

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

The process color (four color CMYK) of #e718cc color hex is 0.00, 0.90, 0.12, 0.09. Web safe color of #e718cc is #ff00cc. Color #e718cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011000 11001100
Octal 347 30 314
Decimal 231 24 204
Hex E7 18 CC

RGB Percentages of Color #e718cc

%50.33
%5.23
%44.44

CMYK Percentages of Color #e718cc

%0
%90
%12
%9

Triadic Colors of #e718cc

#e718cc #cce718 #18cce7

Analogous Colors of #e718cc

#e718cc #e71865 #9b18e7

Monochromatic Colors of #e718cc

#e718cc

Complementary Color

#e718cc #18e733

#e718cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e718cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e718cc Color CSS Codes

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

#e718cc Text Font Color

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

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


#e718cc Background Color

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

This div background color is #e718cc


#e718cc Border Color

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

This div border color is #e718cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e718cc


Comments

No comments written yet.

Please login to write comment.