Color Hex Logo

#e174dc Color Hex

#E174DC
(225,116,220)
0 Favorites   0 Comments

Color spaces of #e174dc

RGB 225116220
HSL0.840.640.67
HSV303°48°88°
CMYK 0.000.480.02   0.12
XYZ50.215033.665671.5616
Yxy33.66560.32300.2166
Hunter Lab58.022152.9436-32.5100
CIE-Lab64.696356.3763-34.7567

#e174dc color RGB value is (225,116,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110100 11011100
Octal 341 164 334
Decimal 225 116 220
Hex E1 74 DC

RGB Percentages of Color #e174dc

%40.11
%20.68
%39.22

CMYK Percentages of Color #e174dc

%0
%48
%2
%12

Triadic Colors of #e174dc

#e174dc #dce174 #74dce1

Analogous Colors of #e174dc

#e174dc #e174a6 #b074e1

Monochromatic Colors of #e174dc

#e174dc

Complementary Color

#e174dc #74e179

#e174dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e174dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e174dc Color CSS Codes

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

#e174dc Text Font Color

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

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


#e174dc Background Color

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

This div background color is #e174dc


#e174dc Border Color

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

This div border color is #e174dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e174dc


Comments

No comments written yet.

Please login to write comment.