Color Hex Logo

#e284dd Color Hex

#E284DD
(226,132,221)
0 Favorites   0 Comments

Color spaces of #e284dd

RGB 226132221
HSL0.840.620.70
HSV303°42°89°
CMYK 0.000.420.02   0.11
XYZ52.666437.891772.9446
Yxy37.89170.32210.2317
Hunter Lab61.556244.9980-27.1697
CIE-Lab67.940748.8648-30.2758

#e284dd color RGB value is (226,132,221).

#e284dd hex color red value is 226, green value is 132 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e284dd hue: 0.84 , saturation: 0.62 and the lightness value of e284dd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000100 11011101
Octal 342 204 335
Decimal 226 132 221
Hex E2 84 DD

RGB Percentages of Color #e284dd

%39.03
%22.80
%38.17

CMYK Percentages of Color #e284dd

%0
%42
%2
%11

Triadic Colors of #e284dd

#e284dd #dde284 #84dde2

Analogous Colors of #e284dd

#e284dd #e284ae #b884e2

Monochromatic Colors of #e284dd

#e284dd

Complementary Color

#e284dd #84e289

#e284dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e284dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e284dd Color CSS Codes

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

#e284dd Text Font Color

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

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


#e284dd Background Color

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

This div background color is #e284dd


#e284dd Border Color

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

This div border color is #e284dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e284dd


Comments

No comments written yet.

Please login to write comment.