Color Hex Logo

#e297dd Color Hex

#E297DD
(226,151,221)
0 Favorites   0 Comments

Color spaces of #e297dd

RGB 226151221
HSL0.840.560.74
HSV304°33°89°
CMYK 0.000.330.02   0.11
XYZ55.481843.522473.8831
Yxy43.52240.32090.2517
Hunter Lab65.971534.6677-20.2203
CIE-Lab71.908138.9553-24.1828

#e297dd color RGB value is (226,151,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010111 11011101
Octal 342 227 335
Decimal 226 151 221
Hex E2 97 DD

RGB Percentages of Color #e297dd

%37.79
%25.25
%36.96

CMYK Percentages of Color #e297dd

%0
%33
%2
%11

Triadic Colors of #e297dd

#e297dd #dde297 #97dde2

Analogous Colors of #e297dd

#e297dd #e297b8 #c297e2

Monochromatic Colors of #e297dd

#e297dd

Complementary Color

#e297dd #97e29c

#e297dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e297dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e297dd Color CSS Codes

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

#e297dd Text Font Color

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

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


#e297dd Background Color

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

This div background color is #e297dd


#e297dd Border Color

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

This div border color is #e297dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e297dd


Comments

No comments written yet.

Please login to write comment.