Color Hex Logo

#e193c5 Color Hex

#E193C5
(225,147,197)
0 Favorites   0 Comments

Color spaces of #e193c5

RGB 225147197
HSL0.890.570.73
HSV322°35°88°
CMYK 0.000.350.12   0.12
XYZ51.563140.906258.0013
Yxy40.90620.34270.2719
Hunter Lab63.958031.9808-8.9975
CIE-Lab70.110236.6258-13.6614

#e193c5 color RGB value is (225,147,197).

#e193c5 hex color red value is 225, green value is 147 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #e193c5 hue: 0.89 , saturation: 0.57 and the lightness value of e193c5 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010011 11000101
Octal 341 223 305
Decimal 225 147 197
Hex E1 93 C5

RGB Percentages of Color #e193c5

%39.54
%25.83
%34.62

CMYK Percentages of Color #e193c5

%0
%35
%12
%12

Triadic Colors of #e193c5

#e193c5 #c5e193 #93c5e1

Analogous Colors of #e193c5

#e193c5 #e1939e #d693e1

Monochromatic Colors of #e193c5

#e193c5

Complementary Color

#e193c5 #93e1af

#e193c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e193c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e193c5 Color CSS Codes

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

#e193c5 Text Font Color

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

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


#e193c5 Background Color

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

This div background color is #e193c5


#e193c5 Border Color

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

This div border color is #e193c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e193c5


Comments

No comments written yet.

Please login to write comment.