Color Hex Logo

#e174cc Color Hex

#E174CC
(225,116,204)
0 Favorites   0 Comments

Color spaces of #e174cc

RGB 225116204
HSL0.870.640.67
HSV312°48°88°
CMYK 0.000.480.09   0.12
XYZ48.195832.858060.9288
Yxy32.85800.33940.2314
Hunter Lab57.321949.7681-22.8954
CIE-Lab64.045853.6880-26.8003

#e174cc color RGB value is (225,116,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110100 11001100
Octal 341 164 314
Decimal 225 116 204
Hex E1 74 CC

RGB Percentages of Color #e174cc

%41.28
%21.28
%37.43

CMYK Percentages of Color #e174cc

%0
%48
%9
%12

Triadic Colors of #e174cc

#e174cc #cce174 #74cce1

Analogous Colors of #e174cc

#e174cc #e17496 #c074e1

Monochromatic Colors of #e174cc

#e174cc

Complementary Color

#e174cc #74e189

#e174cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e174cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e174cc Color CSS Codes

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

#e174cc Text Font Color

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

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


#e174cc Background Color

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

This div background color is #e174cc


#e174cc Border Color

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

This div border color is #e174cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e174cc


Comments

No comments written yet.

Please login to write comment.