Color Hex Logo

#e194fd Color Hex

#E194FD
(225,148,253)
0 Favorites   0 Comments

Color spaces of #e194fd

RGB 225148253
HSL0.790.960.79
HSV284°42°99°
CMYK 0.110.420.00   0.01
XYZ59.370944.279298.3461
Yxy44.27920.29390.2192
Hunter Lab66.542642.8123-41.0473
CIE-Lab72.414746.3157-40.8892

#e194fd color RGB value is (225,148,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010100 11111101
Octal 341 224 375
Decimal 225 148 253
Hex E1 94 FD

RGB Percentages of Color #e194fd

%35.94
%23.64
%40.42

CMYK Percentages of Color #e194fd

%11
%42
%0
%1

Triadic Colors of #e194fd

#e194fd #fde194 #94fde1

Analogous Colors of #e194fd

#e194fd #fd94e5 #ad94fd

Monochromatic Colors of #e194fd

#e194fd

Complementary Color

#e194fd #b0fd94

#e194fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e194fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e194fd Color CSS Codes

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

#e194fd Text Font Color

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

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


#e194fd Background Color

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

This div background color is #e194fd


#e194fd Border Color

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

This div border color is #e194fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e194fd


Comments

No comments written yet.

Please login to write comment.