Color Hex Logo

#e178cf Color Hex

#E178CF
(225,120,207)
0 Favorites   0 Comments

Color spaces of #e178cf

RGB 225120207
HSL0.860.640.68
HSV310°47°88°
CMYK 0.000.470.08   0.12
XYZ49.030333.945562.9994
Yxy33.94550.33590.2325
Hunter Lab58.262848.2546-23.3262
CIE-Lab64.919352.2109-27.1404

#e178cf color RGB value is (225,120,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111000 11001111
Octal 341 170 317
Decimal 225 120 207
Hex E1 78 CF

RGB Percentages of Color #e178cf

%40.76
%21.74
%37.50

CMYK Percentages of Color #e178cf

%0
%47
%8
%12

Triadic Colors of #e178cf

#e178cf #cfe178 #78cfe1

Analogous Colors of #e178cf

#e178cf #e1789b #bf78e1

Monochromatic Colors of #e178cf

#e178cf

Complementary Color

#e178cf #78e18a

#e178cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e178cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e178cf Color CSS Codes

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

#e178cf Text Font Color

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

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


#e178cf Background Color

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

This div background color is #e178cf


#e178cf Border Color

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

This div border color is #e178cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e178cf


Comments

No comments written yet.

Please login to write comment.