Color Hex Logo

#e178db Color Hex

#E178DB
(225,120,219)
0 Favorites   0 Comments

Color spaces of #e178db

RGB 225120219
HSL0.840.640.68
HSV303°47°88°
CMYK 0.000.470.03   0.12
XYZ50.554034.555071.0231
Yxy34.55500.32380.2213
Hunter Lab58.783550.6394-30.4866
CIE-Lab65.400754.2474-33.1048

#e178db color RGB value is (225,120,219).

#e178db hex color red value is 225, green value is 120 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e178db hue: 0.84 , saturation: 0.64 and the lightness value of e178db is 0.68.

The process color (four color CMYK) of #e178db color hex is 0.00, 0.47, 0.03, 0.12. Web safe color of #e178db is #cc66cc. Color #e178db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111000 11011011
Octal 341 170 333
Decimal 225 120 219
Hex E1 78 DB

RGB Percentages of Color #e178db

%39.89
%21.28
%38.83

CMYK Percentages of Color #e178db

%0
%47
%3
%12

Triadic Colors of #e178db

#e178db #dbe178 #78dbe1

Analogous Colors of #e178db

#e178db #e178a7 #b378e1

Monochromatic Colors of #e178db

#e178db

Complementary Color

#e178db #78e17e

#e178db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e178db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e178db Color CSS Codes

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

#e178db Text Font Color

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

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


#e178db Background Color

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

This div background color is #e178db


#e178db Border Color

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

This div border color is #e178db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,120,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 #e178db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e178db


Comments

No comments written yet.

Please login to write comment.