Color Hex Logo

#e174cf Color Hex

#E174CF
(225,116,207)
0 Favorites   0 Comments

Color spaces of #e174cf

RGB 225116207
HSL0.860.640.67
HSV310°48°88°
CMYK 0.000.480.08   0.12
XYZ48.559233.003362.8424
Yxy33.00330.33630.2285
Hunter Lab57.448550.3449-24.6429
CIE-Lab64.163654.1798-28.3048

#e174cf color RGB value is (225,116,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110100 11001111
Octal 341 164 317
Decimal 225 116 207
Hex E1 74 CF

RGB Percentages of Color #e174cf

%41.06
%21.17
%37.77

CMYK Percentages of Color #e174cf

%0
%48
%8
%12

Triadic Colors of #e174cf

#e174cf #cfe174 #74cfe1

Analogous Colors of #e174cf

#e174cf #e17499 #bd74e1

Monochromatic Colors of #e174cf

#e174cf

Complementary Color

#e174cf #74e186

#e174cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e174cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e174cf Color CSS Codes

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

#e174cf Text Font Color

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

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


#e174cf Background Color

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

This div background color is #e174cf


#e174cf Border Color

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

This div border color is #e174cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e174cf


Comments

No comments written yet.

Please login to write comment.