Color Hex Logo

#e84deb Color Hex

#E84DEB
(232,77,235)
0 Favorites   0 Comments

Color spaces of #e84deb

RGB 23277235
HSL0.830.800.61
HSV299°67°92°
CMYK 0.010.670.00   0.08
XYZ50.928028.461781.4067
Yxy28.46170.31670.1770
Hunter Lab53.349577.0363-53.1267
CIE-Lab60.303677.2144-49.9644

#e84deb color RGB value is (232,77,235).

#e84deb hex color red value is 232, green value is 77 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e84deb hue: 0.83 , saturation: 0.80 and the lightness value of e84deb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001101 11101011
Octal 350 115 353
Decimal 232 77 235
Hex E8 4D EB

RGB Percentages of Color #e84deb

%42.65
%14.15
%43.20

CMYK Percentages of Color #e84deb

%1
%67
%0
%8

Triadic Colors of #e84deb

#e84deb #ebe84d #4debe8

Analogous Colors of #e84deb

#e84deb #eb4d9f #994deb

Monochromatic Colors of #e84deb

#e84deb

Complementary Color

#e84deb #50eb4d

#e84deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84deb Color CSS Codes

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

#e84deb Text Font Color

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

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


#e84deb Background Color

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

This div background color is #e84deb


#e84deb Border Color

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

This div border color is #e84deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84deb


Comments

No comments written yet.

Please login to write comment.