Color Hex Logo

#e194ea Color Hex

#E194EA
(225,148,234)
0 Favorites   0 Comments

Color spaces of #e194ea

RGB 225148234
HSL0.820.670.75
HSV294°37°92°
CMYK 0.040.370.00   0.08
XYZ56.492543.127983.1889
Yxy43.12790.30900.2359
Hunter Lab65.671838.6243-29.1345
CIE-Lab71.641742.6258-31.7311

#e194ea color RGB value is (225,148,234).

#e194ea hex color red value is 225, green value is 148 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e194ea hue: 0.82 , saturation: 0.67 and the lightness value of e194ea is 0.75.

The process color (four color CMYK) of #e194ea color hex is 0.04, 0.37, 0.00, 0.08. Web safe color of #e194ea is #cc99ff. Color #e194ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010100 11101010
Octal 341 224 352
Decimal 225 148 234
Hex E1 94 EA

RGB Percentages of Color #e194ea

%37.07
%24.38
%38.55

CMYK Percentages of Color #e194ea

%4
%37
%0
%8

Triadic Colors of #e194ea

#e194ea #eae194 #94eae1

Analogous Colors of #e194ea

#e194ea #ea94c8 #b694ea

Monochromatic Colors of #e194ea

#e194ea

Complementary Color

#e194ea #9dea94

#e194ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e194ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e194ea Color CSS Codes

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

#e194ea Text Font Color

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

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


#e194ea Background Color

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

This div background color is #e194ea


#e194ea Border Color

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

This div border color is #e194ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e194ea


Comments

No comments written yet.

Please login to write comment.