Color Hex Logo

#e197f2 Color Hex

#E197F2
(225,151,242)
0 Favorites   0 Comments

Color spaces of #e197f2

RGB 225151242
HSL0.800.780.77
HSV289°38°95°
CMYK 0.070.380.00   0.05
XYZ58.145044.551689.5391
Yxy44.55160.30250.2318
Hunter Lab66.747038.6887-32.8129
CIE-Lab72.595742.5736-34.6250

#e197f2 color RGB value is (225,151,242).

#e197f2 hex color red value is 225, green value is 151 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #e197f2 hue: 0.80 , saturation: 0.78 and the lightness value of e197f2 is 0.77.

The process color (four color CMYK) of #e197f2 color hex is 0.07, 0.38, 0.00, 0.05. Web safe color of #e197f2 is #cc99ff. Color #e197f2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010111 11110010
Octal 341 227 362
Decimal 225 151 242
Hex E1 97 F2

RGB Percentages of Color #e197f2

%36.41
%24.43
%39.16

CMYK Percentages of Color #e197f2

%7
%38
%0
%5

Triadic Colors of #e197f2

#e197f2 #f2e197 #97f2e1

Analogous Colors of #e197f2

#e197f2 #f297d6 #b497f2

Monochromatic Colors of #e197f2

#e197f2

Complementary Color

#e197f2 #a8f297

#e197f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e197f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e197f2 Color CSS Codes

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

#e197f2 Text Font Color

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

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


#e197f2 Background Color

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

This div background color is #e197f2


#e197f2 Border Color

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

This div border color is #e197f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e197f2


Comments

No comments written yet.

Please login to write comment.