Color Hex Logo

#e197bf Color Hex

#E197BF
(225,151,191)
0 Favorites   0 Comments

Color spaces of #e197bf

RGB 225151191
HSL0.910.550.74
HSV328°33°88°
CMYK 0.000.330.15   0.12
XYZ51.521941.902454.6627
Yxy41.90240.34790.2830
Hunter Lab64.732128.7916-4.7547
CIE-Lab70.803633.5283-9.2935

#e197bf color RGB value is (225,151,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010111 10111111
Octal 341 227 277
Decimal 225 151 191
Hex E1 97 BF

RGB Percentages of Color #e197bf

%39.68
%26.63
%33.69

CMYK Percentages of Color #e197bf

%0
%33
%15
%12

Triadic Colors of #e197bf

#e197bf #bfe197 #97bfe1

Analogous Colors of #e197bf

#e197bf #e1979a #de97e1

Monochromatic Colors of #e197bf

#e197bf

Complementary Color

#e197bf #97e1b9

#e197bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e197bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e197bf Color CSS Codes

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

#e197bf Text Font Color

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

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


#e197bf Background Color

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

This div background color is #e197bf


#e197bf Border Color

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

This div border color is #e197bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e197bf


Comments

No comments written yet.

Please login to write comment.