Color Hex Logo

#e174ce Color Hex

#E174CE
(225,116,206)
0 Favorites   0 Comments

Color spaces of #e174ce

RGB 225116206
HSL0.860.640.67
HSV310°48°88°
CMYK 0.000.480.08   0.12
XYZ48.437332.954662.2005
Yxy32.95460.33730.2295
Hunter Lab57.406150.1515-24.0575
CIE-Lab64.124154.0151-27.8039

#e174ce color RGB value is (225,116,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110100 11001110
Octal 341 164 316
Decimal 225 116 206
Hex E1 74 CE

RGB Percentages of Color #e174ce

%41.13
%21.21
%37.66

CMYK Percentages of Color #e174ce

%0
%48
%8
%12

Triadic Colors of #e174ce

#e174ce #cee174 #74cee1

Analogous Colors of #e174ce

#e174ce #e17498 #be74e1

Monochromatic Colors of #e174ce

#e174ce

Complementary Color

#e174ce #74e187

#e174ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e174ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e174ce Color CSS Codes

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

#e174ce Text Font Color

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

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


#e174ce Background Color

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

This div background color is #e174ce


#e174ce Border Color

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

This div border color is #e174ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e174ce


Comments

No comments written yet.

Please login to write comment.