Color Hex Logo

#e193db Color Hex

#E193DB
(225,147,219)
0 Favorites   0 Comments

Color spaces of #e193db

RGB 225147219
HSL0.850.570.73
HSV305°35°88°
CMYK 0.000.350.03   0.12
XYZ54.271241.989572.2622
Yxy41.98950.32200.2492
Hunter Lab64.799336.0999-20.7589
CIE-Lab70.863740.3955-24.6888

#e193db color RGB value is (225,147,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010011 11011011
Octal 341 223 333
Decimal 225 147 219
Hex E1 93 DB

RGB Percentages of Color #e193db

%38.07
%24.87
%37.06

CMYK Percentages of Color #e193db

%0
%35
%3
%12

Triadic Colors of #e193db

#e193db #dbe193 #93dbe1

Analogous Colors of #e193db

#e193db #e193b4 #c093e1

Monochromatic Colors of #e193db

#e193db

Complementary Color

#e193db #93e199

#e193db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e193db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e193db Color CSS Codes

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

#e193db Text Font Color

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

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


#e193db Background Color

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

This div background color is #e193db


#e193db Border Color

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

This div border color is #e193db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e193db


Comments

No comments written yet.

Please login to write comment.