Color Hex Logo

#e194dc Color Hex

#E194DC
(225,148,220)
0 Favorites   0 Comments

Color spaces of #e194dc

RGB 225148220
HSL0.840.560.73
HSV304°34°88°
CMYK 0.000.340.02   0.12
XYZ54.559542.354773.0098
Yxy42.35470.32110.2493
Hunter Lab65.080535.7526-20.9575
CIE-Lab71.114840.0464-24.8554

#e194dc color RGB value is (225,148,220).

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

The process color (four color CMYK) of #e194dc color hex is 0.00, 0.34, 0.02, 0.12. Web safe color of #e194dc is #cc99cc. Color #e194dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010100 11011100
Octal 341 224 334
Decimal 225 148 220
Hex E1 94 DC

RGB Percentages of Color #e194dc

%37.94
%24.96
%37.10

CMYK Percentages of Color #e194dc

%0
%34
%2
%12

Triadic Colors of #e194dc

#e194dc #dce194 #94dce1

Analogous Colors of #e194dc

#e194dc #e194b6 #c094e1

Monochromatic Colors of #e194dc

#e194dc

Complementary Color

#e194dc #94e199

#e194dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e194dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e194dc Color CSS Codes

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

#e194dc Text Font Color

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

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


#e194dc Background Color

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

This div background color is #e194dc


#e194dc Border Color

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

This div border color is #e194dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e194dc


Comments

No comments written yet.

Please login to write comment.