Color Hex Logo

#e178cc Color Hex

#E178CC
(225,120,204)
0 Favorites   0 Comments

Color spaces of #e178cc

RGB 225120204
HSL0.870.640.68
HSV312°47°88°
CMYK 0.000.470.09   0.12
XYZ48.666933.800161.0858
Yxy33.80010.33900.2355
Hunter Lab58.137947.6802-21.5999
CIE-Lab64.803651.7164-25.6351

#e178cc color RGB value is (225,120,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111000 11001100
Octal 341 170 314
Decimal 225 120 204
Hex E1 78 CC

RGB Percentages of Color #e178cc

%40.98
%21.86
%37.16

CMYK Percentages of Color #e178cc

%0
%47
%9
%12

Triadic Colors of #e178cc

#e178cc #cce178 #78cce1

Analogous Colors of #e178cc

#e178cc #e17898 #c278e1

Monochromatic Colors of #e178cc

#e178cc

Complementary Color

#e178cc #78e18d

#e178cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e178cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e178cc Color CSS Codes

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

#e178cc Text Font Color

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

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


#e178cc Background Color

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

This div background color is #e178cc


#e178cc Border Color

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

This div border color is #e178cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e178cc


Comments

No comments written yet.

Please login to write comment.