Color Hex Logo

#e879fd Color Hex

#E879FD
(232,121,253)
0 Favorites   0 Comments

Color spaces of #e879fd

RGB 232121253
HSL0.810.970.73
HSV290°52°99°
CMYK 0.080.520.00   0.01
XYZ57.845737.922497.1995
Yxy37.92240.29980.1965
Hunter Lab61.581259.9053-50.4763
CIE-Lab67.963461.8108-47.8097

#e879fd color RGB value is (232,121,253).

#e879fd hex color red value is 232, green value is 121 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e879fd hue: 0.81 , saturation: 0.97 and the lightness value of e879fd is 0.73.

The process color (four color CMYK) of #e879fd color hex is 0.08, 0.52, 0.00, 0.01. Web safe color of #e879fd is #ff66ff. Color #e879fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111001 11111101
Octal 350 171 375
Decimal 232 121 253
Hex E8 79 FD

RGB Percentages of Color #e879fd

%38.28
%19.97
%41.75

CMYK Percentages of Color #e879fd

%8
%52
%0
%1

Triadic Colors of #e879fd

#e879fd #fde879 #79fde8

Analogous Colors of #e879fd

#e879fd #fd79d0 #a679fd

Monochromatic Colors of #e879fd

#e879fd

Complementary Color

#e879fd #8efd79

#e879fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e879fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e879fd Color CSS Codes

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

#e879fd Text Font Color

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

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


#e879fd Background Color

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

This div background color is #e879fd


#e879fd Border Color

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

This div border color is #e879fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,121,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e879fd

Related Colors


Comments

No comments written yet.

Please login to write comment.