Color Hex Logo

#e84cdd Color Hex

#E84CDD
(232,76,221)
0 Favorites   0 Comments

Color spaces of #e84cdd

RGB 23276221
HSL0.850.770.60
HSV304°67°91°
CMYK 0.000.670.05   0.09
XYZ48.914327.545171.1453
Yxy27.54510.33140.1866
Hunter Lab52.483474.5151-43.6337
CIE-Lab59.475575.3589-43.4201

#e84cdd color RGB value is (232,76,221).

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

The process color (four color CMYK) of #e84cdd color hex is 0.00, 0.67, 0.05, 0.09. Web safe color of #e84cdd is #ff33cc. Color #e84cdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001100 11011101
Octal 350 114 335
Decimal 232 76 221
Hex E8 4C DD

RGB Percentages of Color #e84cdd

%43.86
%14.37
%41.78

CMYK Percentages of Color #e84cdd

%0
%67
%5
%9

Triadic Colors of #e84cdd

#e84cdd #dde84c #4cdde8

Analogous Colors of #e84cdd

#e84cdd #e84c8f #a54ce8

Monochromatic Colors of #e84cdd

#e84cdd

Complementary Color

#e84cdd #4ce857

#e84cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84cdd Color CSS Codes

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

#e84cdd Text Font Color

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

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


#e84cdd Background Color

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

This div background color is #e84cdd


#e84cdd Border Color

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

This div border color is #e84cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84cdd


Comments

No comments written yet.

Please login to write comment.