Color Hex Logo

#e174ca Color Hex

#E174CA
(225,116,202)
0 Favorites   0 Comments

Color spaces of #e174ca

RGB 225116202
HSL0.870.640.67
HSV313°48°88°
CMYK 0.000.480.10   0.12
XYZ47.957432.762659.6733
Yxy32.76260.34160.2334
Hunter Lab57.238649.3887-21.7449
CIE-Lab63.968253.3638-25.7941

#e174ca color RGB value is (225,116,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110100 11001010
Octal 341 164 312
Decimal 225 116 202
Hex E1 74 CA

RGB Percentages of Color #e174ca

%41.44
%21.36
%37.20

CMYK Percentages of Color #e174ca

%0
%48
%10
%12

Triadic Colors of #e174ca

#e174ca #cae174 #74cae1

Analogous Colors of #e174ca

#e174ca #e17494 #c274e1

Monochromatic Colors of #e174ca

#e174ca

Complementary Color

#e174ca #74e18b

#e174ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e174ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e174ca Color CSS Codes

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

#e174ca Text Font Color

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

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


#e174ca Background Color

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

This div background color is #e174ca


#e174ca Border Color

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

This div border color is #e174ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e174ca


Comments

No comments written yet.

Please login to write comment.