Color Hex Logo

#e197fe Color Hex

#E197FE
(225,151,254)
0 Favorites   0 Comments

Color spaces of #e197fe

RGB 225151254
HSL0.790.980.79
HSV283°41°100°
CMYK 0.110.410.00   0.00
XYZ60.007345.296599.3463
Yxy45.29650.29320.2213
Hunter Lab67.302741.3715-40.4068
CIE-Lab73.086744.9410-40.3838

#e197fe color RGB value is (225,151,254).

#e197fe hex color red value is 225, green value is 151 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e197fe hue: 0.79 , saturation: 0.98 and the lightness value of e197fe is 0.79.

The process color (four color CMYK) of #e197fe color hex is 0.11, 0.41, 0.00, 0.00. Web safe color of #e197fe is #cc99ff. Color #e197fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010111 11111110
Octal 341 227 376
Decimal 225 151 254
Hex E1 97 FE

RGB Percentages of Color #e197fe

%35.71
%23.97
%40.32

CMYK Percentages of Color #e197fe

%11
%41
%0
%0

Triadic Colors of #e197fe

#e197fe #fee197 #97fee1

Analogous Colors of #e197fe

#e197fe #fe97e8 #ae97fe

Monochromatic Colors of #e197fe

#e197fe

Complementary Color

#e197fe #b4fe97

#e197fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e197fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e197fe Color CSS Codes

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

#e197fe Text Font Color

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

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


#e197fe Background Color

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

This div background color is #e197fe


#e197fe Border Color

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

This div border color is #e197fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e197fe


Comments

No comments written yet.

Please login to write comment.