Color Hex Logo

#e194af Color Hex

#E194AF
(225,148,175)
0 Favorites   0 Comments

Color spaces of #e194af

RGB 225148175
HSL0.940.560.73
HSV339°34°88°
CMYK 0.000.340.22   0.12
XYZ49.379140.282545.7302
Yxy40.28250.36470.2975
Hunter Lab63.468527.80481.7084
CIE-Lab69.670332.6812-2.0694

#e194af color RGB value is (225,148,175).

#e194af hex color red value is 225, green value is 148 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e194af hue: 0.94 , saturation: 0.56 and the lightness value of e194af is 0.73.

The process color (four color CMYK) of #e194af color hex is 0.00, 0.34, 0.22, 0.12. Web safe color of #e194af is #cc9999. Color #e194af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010100 10101111
Octal 341 224 257
Decimal 225 148 175
Hex E1 94 AF

RGB Percentages of Color #e194af

%41.06
%27.01
%31.93

CMYK Percentages of Color #e194af

%0
%34
%22
%12

Triadic Colors of #e194af

#e194af #afe194 #94afe1

Analogous Colors of #e194af

#e194af #e1a094 #e194d6

Monochromatic Colors of #e194af

#e194af

Complementary Color

#e194af #94e1c6

#e194af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e194af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e194af Color CSS Codes

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

#e194af Text Font Color

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

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


#e194af Background Color

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

This div background color is #e194af


#e194af Border Color

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

This div border color is #e194af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e194af


Comments

No comments written yet.

Please login to write comment.