Color Hex Logo

#e718fc Color Hex

#E718FC
(231,24,252)
0 Favorites   0 Comments

Color spaces of #e718fc

RGB 23124252
HSL0.820.970.54
HSV294°90°99°
CMYK 0.080.900.00   0.01
XYZ50.852324.670594.1771
Yxy24.67050.29970.1454
Hunter Lab49.669495.8296-77.6499
CIE-Lab56.753092.3175-65.1209

#e718fc color RGB value is (231,24,252).

#e718fc hex color red value is 231, green value is 24 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e718fc hue: 0.82 , saturation: 0.97 and the lightness value of e718fc is 0.54.

The process color (four color CMYK) of #e718fc color hex is 0.08, 0.90, 0.00, 0.01. Web safe color of #e718fc is #ff00ff. Color #e718fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011000 11111100
Octal 347 30 374
Decimal 231 24 252
Hex E7 18 FC

RGB Percentages of Color #e718fc

%45.56
%4.73
%49.70

CMYK Percentages of Color #e718fc

%8
%90
%0
%1

Triadic Colors of #e718fc

#e718fc #fce718 #18fce7

Analogous Colors of #e718fc

#e718fc #fc189f #7518fc

Monochromatic Colors of #e718fc

#e718fc

Complementary Color

#e718fc #2dfc18

#e718fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e718fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e718fc Color CSS Codes

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

#e718fc Text Font Color

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

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


#e718fc Background Color

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

This div background color is #e718fc


#e718fc Border Color

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

This div border color is #e718fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e718fc


Comments

No comments written yet.

Please login to write comment.