Color Hex Logo

#e718cd Color Hex

#E718CD
(231,24,205)
0 Favorites   0 Comments

Color spaces of #e718cd

RGB 23124205
HSL0.850.810.50
HSV308°90°91°
CMYK 0.000.900.11   0.09
XYZ44.301122.050059.6788
Yxy22.05000.35150.1750
Hunter Lab46.957486.2270-42.4822
CIE-Lab54.080085.6008-42.8478

#e718cd color RGB value is (231,24,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011000 11001101
Octal 347 30 315
Decimal 231 24 205
Hex E7 18 CD

RGB Percentages of Color #e718cd

%50.22
%5.22
%44.57

CMYK Percentages of Color #e718cd

%0
%90
%11
%9

Triadic Colors of #e718cd

#e718cd #cde718 #18cde7

Analogous Colors of #e718cd

#e718cd #e71866 #9a18e7

Monochromatic Colors of #e718cd

#e718cd

Complementary Color

#e718cd #18e732

#e718cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e718cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e718cd Color CSS Codes

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

#e718cd Text Font Color

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

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


#e718cd Background Color

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

This div background color is #e718cd


#e718cd Border Color

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

This div border color is #e718cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e718cd


Comments

No comments written yet.

Please login to write comment.