Color Hex Logo

#e287dd Color Hex

#E287DD
(226,135,221)
0 Favorites   0 Comments

Color spaces of #e287dd

RGB 226135221
HSL0.840.610.71
HSV303°40°89°
CMYK 0.000.400.02   0.11
XYZ53.079138.717273.0822
Yxy38.71720.32190.2348
Hunter Lab62.223143.3779-26.0810
CIE-Lab68.545947.3262-29.3423

#e287dd color RGB value is (226,135,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000111 11011101
Octal 342 207 335
Decimal 226 135 221
Hex E2 87 DD

RGB Percentages of Color #e287dd

%38.83
%23.20
%37.97

CMYK Percentages of Color #e287dd

%0
%40
%2
%11

Triadic Colors of #e287dd

#e287dd #dde287 #87dde2

Analogous Colors of #e287dd

#e287dd #e287b0 #ba87e2

Monochromatic Colors of #e287dd

#e287dd

Complementary Color

#e287dd #87e28c

#e287dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e287dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e287dd Color CSS Codes

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

#e287dd Text Font Color

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

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


#e287dd Background Color

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

This div background color is #e287dd


#e287dd Border Color

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

This div border color is #e287dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e287dd


Comments

No comments written yet.

Please login to write comment.