Color Hex Logo

#e484de Color Hex

#E484DE
(228,132,222)
0 Favorites   0 Comments

Color spaces of #e484de

RGB 228132222
HSL0.840.640.71
HSV304°42°89°
CMYK 0.000.420.03   0.11
XYZ53.431038.270473.6781
Yxy38.27040.32310.2314
Hunter Lab61.863145.9097-27.3095
CIE-Lab68.219449.6413-30.3799

#e484de color RGB value is (228,132,222).

#e484de hex color red value is 228, green value is 132 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e484de hue: 0.84 , saturation: 0.64 and the lightness value of e484de is 0.71.

The process color (four color CMYK) of #e484de color hex is 0.00, 0.42, 0.03, 0.11. Web safe color of #e484de is #cc99cc. Color #e484de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000100 11011110
Octal 344 204 336
Decimal 228 132 222
Hex E4 84 DE

RGB Percentages of Color #e484de

%39.18
%22.68
%38.14

CMYK Percentages of Color #e484de

%0
%42
%3
%11

Triadic Colors of #e484de

#e484de #dee484 #84dee4

Analogous Colors of #e484de

#e484de #e484ae #ba84e4

Monochromatic Colors of #e484de

#e484de

Complementary Color

#e484de #84e48a

#e484de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e484de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e484de Color CSS Codes

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

#e484de Text Font Color

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

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


#e484de Background Color

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

This div background color is #e484de


#e484de Border Color

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

This div border color is #e484de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,132,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e484de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e484de;
  -webkit-box-shadow: 1px 1px 3px 2px #e484de;
  box-shadow:         1px 1px 3px 2px #e484de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,132,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e484de


Comments

No comments written yet.

Please login to write comment.