Color Hex Logo

#e194fe Color Hex

#E194FE
(225,148,254)
0 Favorites   0 Comments

Color spaces of #e194fe

RGB 225148254
HSL0.790.980.79
HSV284°42°100°
CMYK 0.110.420.00   0.00
XYZ59.530644.343199.1874
Yxy44.34310.29320.2184
Hunter Lab66.590643.0416-41.6996
CIE-Lab72.457246.5154-41.3657

#e194fe color RGB value is (225,148,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010100 11111110
Octal 341 224 376
Decimal 225 148 254
Hex E1 94 FE

RGB Percentages of Color #e194fe

%35.89
%23.60
%40.51

CMYK Percentages of Color #e194fe

%11
%42
%0
%0

Triadic Colors of #e194fe

#e194fe #fee194 #94fee1

Analogous Colors of #e194fe

#e194fe #fe94e6 #ac94fe

Monochromatic Colors of #e194fe

#e194fe

Complementary Color

#e194fe #b1fe94

#e194fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e194fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e194fe Color CSS Codes

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

#e194fe Text Font Color

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

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


#e194fe Background Color

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

This div background color is #e194fe


#e194fe Border Color

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

This div border color is #e194fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,148,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 #e194fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e194fe


Comments

No comments written yet.

Please login to write comment.