Color Hex Logo

#e296dd Color Hex

#E296DD
(226,150,221)
0 Favorites   0 Comments

Color spaces of #e296dd

RGB 226150221
HSL0.840.570.74
HSV304°34°89°
CMYK 0.000.340.02   0.11
XYZ55.321543.201973.8297
Yxy43.20190.32100.2507
Hunter Lab65.728235.2141-20.5883
CIE-Lab71.691839.4849-24.5134

#e296dd color RGB value is (226,150,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010110 11011101
Octal 342 226 335
Decimal 226 150 221
Hex E2 96 DD

RGB Percentages of Color #e296dd

%37.86
%25.13
%37.02

CMYK Percentages of Color #e296dd

%0
%34
%2
%11

Triadic Colors of #e296dd

#e296dd #dde296 #96dde2

Analogous Colors of #e296dd

#e296dd #e296b7 #c196e2

Monochromatic Colors of #e296dd

#e296dd

Complementary Color

#e296dd #96e29b

#e296dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e296dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e296dd Color CSS Codes

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

#e296dd Text Font Color

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

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


#e296dd Background Color

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

This div background color is #e296dd


#e296dd Border Color

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

This div border color is #e296dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e296dd


Comments

No comments written yet.

Please login to write comment.