Color Hex Logo

#e28aca Color Hex

#E28ACA
(226,138,202)
0 Favorites   0 Comments

Color spaces of #e28aca

RGB 226138202
HSL0.880.600.71
HSV316°39°89°
CMYK 0.000.390.11   0.11
XYZ51.113238.610060.6356
Yxy38.61000.33990.2568
Hunter Lab62.136938.0926-14.3616
CIE-Lab68.467842.5154-18.9113

#e28aca color RGB value is (226,138,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001010 11001010
Octal 342 212 312
Decimal 226 138 202
Hex E2 8A CA

RGB Percentages of Color #e28aca

%39.93
%24.38
%35.69

CMYK Percentages of Color #e28aca

%0
%39
%11
%11

Triadic Colors of #e28aca

#e28aca #cae28a #8acae2

Analogous Colors of #e28aca

#e28aca #e28a9e #ce8ae2

Monochromatic Colors of #e28aca

#e28aca

Complementary Color

#e28aca #8ae2a2

#e28aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28aca Color CSS Codes

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

#e28aca Text Font Color

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

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


#e28aca Background Color

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

This div background color is #e28aca


#e28aca Border Color

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

This div border color is #e28aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28aca


Comments

No comments written yet.

Please login to write comment.