Color Hex Logo

#e193be Color Hex

#E193BE
(225,147,190)
0 Favorites   0 Comments

Color spaces of #e193be

RGB 225147190
HSL0.910.570.73
HSV327°35°88°
CMYK 0.000.350.16   0.12
XYZ50.779340.592753.8740
Yxy40.59270.34960.2795
Hunter Lab63.712430.7692-5.5358
CIE-Lab69.889635.4996-10.1011

#e193be color RGB value is (225,147,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010011 10111110
Octal 341 223 276
Decimal 225 147 190
Hex E1 93 BE

RGB Percentages of Color #e193be

%40.04
%26.16
%33.81

CMYK Percentages of Color #e193be

%0
%35
%16
%12

Triadic Colors of #e193be

#e193be #bee193 #93bee1

Analogous Colors of #e193be

#e193be #e19397 #dd93e1

Monochromatic Colors of #e193be

#e193be

Complementary Color

#e193be #93e1b6

#e193be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e193be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e193be Color CSS Codes

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

#e193be Text Font Color

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

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


#e193be Background Color

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

This div background color is #e193be


#e193be Border Color

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

This div border color is #e193be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e193be


Comments

No comments written yet.

Please login to write comment.