Color Hex Logo

#e718e4 Color Hex

#E718E4
(231,24,228)
0 Favorites   0 Comments

Color spaces of #e718e4

RGB 23124228
HSL0.840.810.50
HSV301°90°91°
CMYK 0.000.900.01   0.09
XYZ47.285223.243675.3930
Yxy23.24360.32400.1593
Hunter Lab48.211690.6997-58.9692
CIE-Lab55.322488.7618-53.9681

#e718e4 color RGB value is (231,24,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011000 11100100
Octal 347 30 344
Decimal 231 24 228
Hex E7 18 E4

RGB Percentages of Color #e718e4

%47.83
%4.97
%47.20

CMYK Percentages of Color #e718e4

%0
%90
%1
%9

Triadic Colors of #e718e4

#e718e4 #e4e718 #18e4e7

Analogous Colors of #e718e4

#e718e4 #e7187d #8318e7

Monochromatic Colors of #e718e4

#e718e4

Complementary Color

#e718e4 #18e71b

#e718e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e718e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e718e4 Color CSS Codes

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

#e718e4 Text Font Color

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

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


#e718e4 Background Color

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

This div background color is #e718e4


#e718e4 Border Color

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

This div border color is #e718e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e718e4


Comments

No comments written yet.

Please login to write comment.