Color Hex Logo

#e28acc Color Hex

#E28ACC
(226,138,204)
0 Favorites   0 Comments

Color spaces of #e28acc

RGB 226138204
HSL0.880.600.71
HSV315°39°89°
CMYK 0.000.390.10   0.11
XYZ51.351638.705361.8911
Yxy38.70530.33800.2547
Hunter Lab62.213638.4616-15.4332
CIE-Lab68.537342.8473-19.9195

#e28acc color RGB value is (226,138,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001010 11001100
Octal 342 212 314
Decimal 226 138 204
Hex E2 8A CC

RGB Percentages of Color #e28acc

%39.79
%24.30
%35.92

CMYK Percentages of Color #e28acc

%0
%39
%10
%11

Triadic Colors of #e28acc

#e28acc #cce28a #8acce2

Analogous Colors of #e28acc

#e28acc #e28aa0 #cc8ae2

Monochromatic Colors of #e28acc

#e28acc

Complementary Color

#e28acc #8ae2a0

#e28acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28acc Color CSS Codes

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

#e28acc Text Font Color

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

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


#e28acc Background Color

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

This div background color is #e28acc


#e28acc Border Color

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

This div border color is #e28acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28acc


Comments

No comments written yet.

Please login to write comment.