Color Hex Logo

#e84cee Color Hex

#E84CEE
(232,76,238)
0 Favorites   0 Comments

Color spaces of #e84cee

RGB 23276238
HSL0.830.830.62
HSV298°68°93°
CMYK 0.030.680.00   0.07
XYZ51.295828.497783.6859
Yxy28.49770.31380.1743
Hunter Lab53.383278.0995-55.5773
CIE-Lab60.335778.0510-51.5875

#e84cee color RGB value is (232,76,238).

#e84cee hex color red value is 232, green value is 76 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e84cee hue: 0.83 , saturation: 0.83 and the lightness value of e84cee is 0.62.

The process color (four color CMYK) of #e84cee color hex is 0.03, 0.68, 0.00, 0.07. Web safe color of #e84cee is #ff33ff. Color #e84cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001100 11101110
Octal 350 114 356
Decimal 232 76 238
Hex E8 4C EE

RGB Percentages of Color #e84cee

%42.49
%13.92
%43.59

CMYK Percentages of Color #e84cee

%3
%68
%0
%7

Triadic Colors of #e84cee

#e84cee #eee84c #4ceee8

Analogous Colors of #e84cee

#e84cee #ee4ca3 #974cee

Monochromatic Colors of #e84cee

#e84cee

Complementary Color

#e84cee #52ee4c

#e84cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84cee Color CSS Codes

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

#e84cee Text Font Color

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

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


#e84cee Background Color

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

This div background color is #e84cee


#e84cee Border Color

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

This div border color is #e84cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84cee


Comments

No comments written yet.

Please login to write comment.