Color Hex Logo

#e718fb Color Hex

#E718FB
(231,24,251)
0 Favorites   0 Comments

Color spaces of #e718fb

RGB 23124251
HSL0.820.970.54
HSV295°90°98°
CMYK 0.080.900.00   0.02
XYZ50.694224.607293.3446
Yxy24.60720.30060.1459
Hunter Lab49.605695.6072-76.8440
CIE-Lab56.690792.1648-64.6652

#e718fb color RGB value is (231,24,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011000 11111011
Octal 347 30 373
Decimal 231 24 251
Hex E7 18 FB

RGB Percentages of Color #e718fb

%45.65
%4.74
%49.60

CMYK Percentages of Color #e718fb

%8
%90
%0
%2

Triadic Colors of #e718fb

#e718fb #fbe718 #18fbe7

Analogous Colors of #e718fb

#e718fb #fb189e #7618fb

Monochromatic Colors of #e718fb

#e718fb

Complementary Color

#e718fb #2cfb18

#e718fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e718fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e718fb Color CSS Codes

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

#e718fb Text Font Color

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

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


#e718fb Background Color

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

This div background color is #e718fb


#e718fb Border Color

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

This div border color is #e718fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e718fb

Related Colors


Comments

No comments written yet.

Please login to write comment.