Color Hex Logo

#e174cd Color Hex

#E174CD
(225,116,205)
0 Favorites   0 Comments

Color spaces of #e174cd

RGB 225116205
HSL0.860.640.67
HSV311°48°88°
CMYK 0.000.480.09   0.12
XYZ48.316232.906161.5626
Yxy32.90610.33840.2305
Hunter Lab57.363849.9596-23.4751
CIE-Lab64.084853.8515-27.3025

#e174cd color RGB value is (225,116,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110100 11001101
Octal 341 164 315
Decimal 225 116 205
Hex E1 74 CD

RGB Percentages of Color #e174cd

%41.21
%21.25
%37.55

CMYK Percentages of Color #e174cd

%0
%48
%9
%12

Triadic Colors of #e174cd

#e174cd #cde174 #74cde1

Analogous Colors of #e174cd

#e174cd #e17497 #bf74e1

Monochromatic Colors of #e174cd

#e174cd

Complementary Color

#e174cd #74e188

#e174cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e174cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e174cd Color CSS Codes

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

#e174cd Text Font Color

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

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


#e174cd Background Color

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

This div background color is #e174cd


#e174cd Border Color

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

This div border color is #e174cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e174cd


Comments

No comments written yet.

Please login to write comment.