Color Hex Logo

#e28dcc Color Hex

#E28DCC
(226,141,204)
0 Favorites   0 Comments

Color spaces of #e28dcc

RGB 226141204
HSL0.880.590.72
HSV316°38°89°
CMYK 0.000.380.10   0.11
XYZ51.788039.578162.0366
Yxy39.57810.33760.2580
Hunter Lab62.911136.8455-14.4280
CIE-Lab69.168041.2790-18.9618

#e28dcc color RGB value is (226,141,204).

#e28dcc hex color red value is 226, green value is 141 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e28dcc hue: 0.88 , saturation: 0.59 and the lightness value of e28dcc is 0.72.

The process color (four color CMYK) of #e28dcc color hex is 0.00, 0.38, 0.10, 0.11. Web safe color of #e28dcc is #cc99cc. Color #e28dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001101 11001100
Octal 342 215 314
Decimal 226 141 204
Hex E2 8D CC

RGB Percentages of Color #e28dcc

%39.58
%24.69
%35.73

CMYK Percentages of Color #e28dcc

%0
%38
%10
%11

Triadic Colors of #e28dcc

#e28dcc #cce28d #8dcce2

Analogous Colors of #e28dcc

#e28dcc #e28da2 #ce8de2

Monochromatic Colors of #e28dcc

#e28dcc

Complementary Color

#e28dcc #8de2a3

#e28dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28dcc Color CSS Codes

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

#e28dcc Text Font Color

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

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


#e28dcc Background Color

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

This div background color is #e28dcc


#e28dcc Border Color

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

This div border color is #e28dcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,141,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28dcc


Comments

No comments written yet.

Please login to write comment.