Color Hex Logo

#e174ff Color Hex

#E174FF
(225,116,255)
0 Favorites   0 Comments

Color spaces of #e174ff

RGB 225116255
HSL0.801.000.73
HSV287°55°100°
CMYK 0.120.550.00   0.00
XYZ55.346735.718398.5850
Yxy35.71830.29180.1883
Hunter Lab59.764860.7161-55.9665
CIE-Lab66.304162.7709-51.5812

#e174ff color RGB value is (225,116,255).

#e174ff hex color red value is 225, green value is 116 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e174ff hue: 0.80 , saturation: 1.00 and the lightness value of e174ff is 0.73.

The process color (four color CMYK) of #e174ff color hex is 0.12, 0.55, 0.00, 0.00. Web safe color of #e174ff is #cc66ff. Color #e174ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110100 11111111
Octal 341 164 377
Decimal 225 116 255
Hex E1 74 FF

RGB Percentages of Color #e174ff

%37.75
%19.46
%42.79

CMYK Percentages of Color #e174ff

%12
%55
%0
%0

Triadic Colors of #e174ff

#e174ff #ffe174 #74ffe1

Analogous Colors of #e174ff

#e174ff #ff74d8 #9c74ff

Monochromatic Colors of #e174ff

#e174ff

Complementary Color

#e174ff #92ff74

#e174ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e174ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e174ff Color CSS Codes

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

#e174ff Text Font Color

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

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


#e174ff Background Color

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

This div background color is #e174ff


#e174ff Border Color

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

This div border color is #e174ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e174ff


Comments

No comments written yet.

Please login to write comment.