Color Hex Logo

#e197de Color Hex

#E197DE
(225,151,222)
0 Favorites   0 Comments

Color spaces of #e197de

RGB 225151222
HSL0.840.550.74
HSV302°33°88°
CMYK 0.000.330.01   0.12
XYZ55.302843.414774.5723
Yxy43.41470.31910.2505
Hunter Lab65.889834.5118-20.9799
CIE-Lab71.835538.8182-24.8527

#e197de color RGB value is (225,151,222).

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

The process color (four color CMYK) of #e197de color hex is 0.00, 0.33, 0.01, 0.12. Web safe color of #e197de is #cc99cc. Color #e197de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010111 11011110
Octal 341 227 336
Decimal 225 151 222
Hex E1 97 DE

RGB Percentages of Color #e197de

%37.63
%25.25
%37.12

CMYK Percentages of Color #e197de

%0
%33
%1
%12

Triadic Colors of #e197de

#e197de #dee197 #97dee1

Analogous Colors of #e197de

#e197de #e197b9 #bf97e1

Monochromatic Colors of #e197de

#e197de

Complementary Color

#e197de #97e19a

#e197de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e197de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e197de Color CSS Codes

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

#e197de Text Font Color

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

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


#e197de Background Color

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

This div background color is #e197de


#e197de Border Color

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

This div border color is #e197de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,151,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e197de


Comments

No comments written yet.

Please login to write comment.