Color Hex Logo

#e878dd Color Hex

#E878DD
(232,120,221)
0 Favorites   0 Comments

Color spaces of #e878dd

RGB 232120221
HSL0.850.710.69
HSV306°48°91°
CMYK 0.000.480.05   0.09
XYZ53.046335.809272.5226
Yxy35.80920.32870.2219
Hunter Lab59.840853.5112-29.9665
CIE-Lab66.373956.6035-32.6391

#e878dd color RGB value is (232,120,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111000 11011101
Octal 350 170 335
Decimal 232 120 221
Hex E8 78 DD

RGB Percentages of Color #e878dd

%40.49
%20.94
%38.57

CMYK Percentages of Color #e878dd

%0
%48
%5
%9

Triadic Colors of #e878dd

#e878dd #dde878 #78dde8

Analogous Colors of #e878dd

#e878dd #e878a5 #bb78e8

Monochromatic Colors of #e878dd

#e878dd

Complementary Color

#e878dd #78e883

#e878dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e878dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e878dd Color CSS Codes

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

#e878dd Text Font Color

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

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


#e878dd Background Color

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

This div background color is #e878dd


#e878dd Border Color

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

This div border color is #e878dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e878dd


Comments

No comments written yet.

Please login to write comment.