Color Hex Logo

#e179cf Color Hex

#E179CF
(225,121,207)
0 Favorites   0 Comments

Color spaces of #e179cf

RGB 225121207
HSL0.860.630.68
HSV310°46°88°
CMYK 0.000.460.08   0.12
XYZ49.151234.187363.0397
Yxy34.18730.33580.2336
Hunter Lab58.469947.7290-22.9950
CIE-Lab65.111051.7140-26.8455

#e179cf color RGB value is (225,121,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111001 11001111
Octal 341 171 317
Decimal 225 121 207
Hex E1 79 CF

RGB Percentages of Color #e179cf

%40.69
%21.88
%37.43

CMYK Percentages of Color #e179cf

%0
%46
%8
%12

Triadic Colors of #e179cf

#e179cf #cfe179 #79cfe1

Analogous Colors of #e179cf

#e179cf #e1799b #bf79e1

Monochromatic Colors of #e179cf

#e179cf

Complementary Color

#e179cf #79e18b

#e179cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e179cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e179cf Color CSS Codes

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

#e179cf Text Font Color

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

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


#e179cf Background Color

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

This div background color is #e179cf


#e179cf Border Color

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

This div border color is #e179cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e179cf


Comments

No comments written yet.

Please login to write comment.