Color Hex Logo

#e814fb Color Hex

#E814FB
(232,20,251)
0 Favorites   0 Comments

Color spaces of #e814fb

RGB 23220251
HSL0.820.970.53
HSV295°92°98°
CMYK 0.080.920.00   0.02
XYZ50.941524.621293.3342
Yxy24.62120.30160.1458
Hunter Lab49.619896.4202-76.7900
CIE-Lab56.704592.7637-64.6343

#e814fb color RGB value is (232,20,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010100 11111011
Octal 350 24 373
Decimal 232 20 251
Hex E8 14 FB

RGB Percentages of Color #e814fb

%46.12
%3.98
%49.90

CMYK Percentages of Color #e814fb

%8
%92
%0
%2

Triadic Colors of #e814fb

#e814fb #fbe814 #14fbe8

Analogous Colors of #e814fb

#e814fb #fb149b #7514fb

Monochromatic Colors of #e814fb

#e814fb

Complementary Color

#e814fb #27fb14

#e814fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e814fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e814fb Color CSS Codes

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

#e814fb Text Font Color

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

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


#e814fb Background Color

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

This div background color is #e814fb


#e814fb Border Color

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

This div border color is #e814fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,20,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 #e814fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e814fb

Related Colors


Comments

No comments written yet.

Please login to write comment.