Color Hex Logo

#e197cf Color Hex

#E197CF
(225,151,207)
0 Favorites   0 Comments

Color spaces of #e197cf

RGB 225151207
HSL0.870.550.74
HSV315°33°88°
CMYK 0.000.330.08   0.12
XYZ53.380442.645864.4495
Yxy42.64580.33260.2657
Hunter Lab65.303831.6274-12.8018
CIE-Lab71.313936.1728-17.3842

#e197cf color RGB value is (225,151,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010111 11001111
Octal 341 227 317
Decimal 225 151 207
Hex E1 97 CF

RGB Percentages of Color #e197cf

%38.59
%25.90
%35.51

CMYK Percentages of Color #e197cf

%0
%33
%8
%12

Triadic Colors of #e197cf

#e197cf #cfe197 #97cfe1

Analogous Colors of #e197cf

#e197cf #e197aa #ce97e1

Monochromatic Colors of #e197cf

#e197cf

Complementary Color

#e197cf #97e1a9

#e197cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e197cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e197cf Color CSS Codes

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

#e197cf Text Font Color

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

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


#e197cf Background Color

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

This div background color is #e197cf


#e197cf Border Color

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

This div border color is #e197cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e197cf


Comments

No comments written yet.

Please login to write comment.