Color Hex Logo

#e28caa Color Hex

#E28CAA
(226,140,170)
0 Favorites   0 Comments

Color spaces of #e28caa

RGB 226140170
HSL0.940.600.72
HSV339°38°89°
CMYK 0.000.380.25   0.11
XYZ47.997837.827242.8018
Yxy37.82720.37320.2941
Hunter Lab61.503831.67031.7915
CIE-Lab67.893136.5581-1.8657

#e28caa color RGB value is (226,140,170).

#e28caa hex color red value is 226, green value is 140 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e28caa hue: 0.94 , saturation: 0.60 and the lightness value of e28caa is 0.72.

The process color (four color CMYK) of #e28caa color hex is 0.00, 0.38, 0.25, 0.11. Web safe color of #e28caa is #cc9999. Color #e28caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001100 10101010
Octal 342 214 252
Decimal 226 140 170
Hex E2 8C AA

RGB Percentages of Color #e28caa

%42.16
%26.12
%31.72

CMYK Percentages of Color #e28caa

%0
%38
%25
%11

Triadic Colors of #e28caa

#e28caa #aae28c #8caae2

Analogous Colors of #e28caa

#e28caa #e2998c #e28cd5

Monochromatic Colors of #e28caa

#e28caa

Complementary Color

#e28caa #8ce2c4

#e28caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28caa Color CSS Codes

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

#e28caa Text Font Color

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

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


#e28caa Background Color

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

This div background color is #e28caa


#e28caa Border Color

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

This div border color is #e28caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28caa


Comments

No comments written yet.

Please login to write comment.