Color Hex Logo

#e197b6 Color Hex

#E197B6
(225,151,182)
0 Favorites   0 Comments

Color spaces of #e197b6

RGB 225151182
HSL0.930.550.74
HSV335°33°88°
CMYK 0.000.330.19   0.12
XYZ50.561441.518249.6049
Yxy41.51820.35690.2930
Hunter Lab64.434627.3071-0.5401
CIE-Lab70.537532.1260-4.6902

#e197b6 color RGB value is (225,151,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010111 10110110
Octal 341 227 266
Decimal 225 151 182
Hex E1 97 B6

RGB Percentages of Color #e197b6

%40.32
%27.06
%32.62

CMYK Percentages of Color #e197b6

%0
%33
%19
%12

Triadic Colors of #e197b6

#e197b6 #b6e197 #97b6e1

Analogous Colors of #e197b6

#e197b6 #e19d97 #e197db

Monochromatic Colors of #e197b6

#e197b6

Complementary Color

#e197b6 #97e1c2

#e197b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e197b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e197b6 Color CSS Codes

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

#e197b6 Text Font Color

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

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


#e197b6 Background Color

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

This div background color is #e197b6


#e197b6 Border Color

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

This div border color is #e197b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e197b6


Comments

No comments written yet.

Please login to write comment.