Color Hex Logo

#e84fdd Color Hex

#E84FDD
(232,79,221)
0 Favorites   0 Comments

Color spaces of #e84fdd

RGB 23279221
HSL0.850.770.61
HSV304°66°91°
CMYK 0.000.660.05   0.09
XYZ49.125827.968271.2158
Yxy27.96820.33120.1886
Hunter Lab52.885073.2632-42.8214
CIE-Lab59.860074.2784-42.8145

#e84fdd color RGB value is (232,79,221).

#e84fdd hex color red value is 232, green value is 79 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e84fdd hue: 0.85 , saturation: 0.77 and the lightness value of e84fdd is 0.61.

The process color (four color CMYK) of #e84fdd color hex is 0.00, 0.66, 0.05, 0.09. Web safe color of #e84fdd is #ff66cc. Color #e84fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001111 11011101
Octal 350 117 335
Decimal 232 79 221
Hex E8 4F DD

RGB Percentages of Color #e84fdd

%43.61
%14.85
%41.54

CMYK Percentages of Color #e84fdd

%0
%66
%5
%9

Triadic Colors of #e84fdd

#e84fdd #dde84f #4fdde8

Analogous Colors of #e84fdd

#e84fdd #e84f91 #a74fe8

Monochromatic Colors of #e84fdd

#e84fdd

Complementary Color

#e84fdd #4fe85a

#e84fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84fdd Color CSS Codes

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

#e84fdd Text Font Color

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

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


#e84fdd Background Color

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

This div background color is #e84fdd


#e84fdd Border Color

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

This div border color is #e84fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84fdd


Comments

No comments written yet.

Please login to write comment.