Color Hex Logo

#e178de Color Hex

#E178DE
(225,120,222)
0 Favorites   0 Comments

Color spaces of #e178de

RGB 225120222
HSL0.840.640.68
HSV302°47°88°
CMYK 0.000.470.01   0.12
XYZ50.952634.714473.1223
Yxy34.71440.32090.2186
Hunter Lab58.918951.2572-32.3396
CIE-Lab65.525754.7706-34.5816

#e178de color RGB value is (225,120,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111000 11011110
Octal 341 170 336
Decimal 225 120 222
Hex E1 78 DE

RGB Percentages of Color #e178de

%39.68
%21.16
%39.15

CMYK Percentages of Color #e178de

%0
%47
%1
%12

Triadic Colors of #e178de

#e178de #dee178 #78dee1

Analogous Colors of #e178de

#e178de #e178aa #b078e1

Monochromatic Colors of #e178de

#e178de

Complementary Color

#e178de #78e17b

#e178de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e178de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e178de Color CSS Codes

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

#e178de Text Font Color

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

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


#e178de Background Color

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

This div background color is #e178de


#e178de Border Color

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

This div border color is #e178de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e178de


Comments

No comments written yet.

Please login to write comment.