Color Hex Logo

#e197db Color Hex

#E197DB
(225,151,219)
0 Favorites   0 Comments

Color spaces of #e197db

RGB 225151219
HSL0.850.550.74
HSV305°33°88°
CMYK 0.000.330.03   0.12
XYZ54.904143.255272.4732
Yxy43.25520.32180.2535
Hunter Lab65.768733.9177-19.2960
CIE-Lab71.727838.2769-23.3685

#e197db color RGB value is (225,151,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010111 11011011
Octal 341 227 333
Decimal 225 151 219
Hex E1 97 DB

RGB Percentages of Color #e197db

%37.82
%25.38
%36.81

CMYK Percentages of Color #e197db

%0
%33
%3
%12

Triadic Colors of #e197db

#e197db #dbe197 #97dbe1

Analogous Colors of #e197db

#e197db #e197b6 #c297e1

Monochromatic Colors of #e197db

#e197db

Complementary Color

#e197db #97e19d

#e197db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e197db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e197db Color CSS Codes

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

#e197db Text Font Color

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

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


#e197db Background Color

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

This div background color is #e197db


#e197db Border Color

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

This div border color is #e197db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e197db


Comments

No comments written yet.

Please login to write comment.