Color Hex Logo

#e87dfb Color Hex

#E87DFB
(232,125,251)
0 Favorites   0 Comments

Color spaces of #e87dfb

RGB 232125251
HSL0.810.940.74
HSV291°50°98°
CMYK 0.080.500.00   0.02
XYZ58.024938.788195.6954
Yxy38.78810.30140.2015
Hunter Lab62.280157.3141-47.5050
CIE-Lab68.597559.5146-45.7179

#e87dfb color RGB value is (232,125,251).

#e87dfb hex color red value is 232, green value is 125 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e87dfb hue: 0.81 , saturation: 0.94 and the lightness value of e87dfb is 0.74.

The process color (four color CMYK) of #e87dfb color hex is 0.08, 0.50, 0.00, 0.02. Web safe color of #e87dfb is #ff66ff. Color #e87dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111101 11111011
Octal 350 175 373
Decimal 232 125 251
Hex E8 7D FB

RGB Percentages of Color #e87dfb

%38.16
%20.56
%41.28

CMYK Percentages of Color #e87dfb

%8
%50
%0
%2

Triadic Colors of #e87dfb

#e87dfb #fbe87d #7dfbe8

Analogous Colors of #e87dfb

#e87dfb #fb7dcf #a97dfb

Monochromatic Colors of #e87dfb

#e87dfb

Complementary Color

#e87dfb #90fb7d

#e87dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87dfb Color CSS Codes

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

#e87dfb Text Font Color

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

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


#e87dfb Background Color

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

This div background color is #e87dfb


#e87dfb Border Color

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

This div border color is #e87dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.