Color Hex Logo

#e17fea Color Hex

#E17FEA
(225,127,234)
0 Favorites   0 Comments

Color spaces of #e17fea

RGB 225127234
HSL0.820.720.71
HSV295°46°92°
CMYK 0.040.460.00   0.08
XYZ53.492037.126882.1888
Yxy37.12680.30950.2148
Hunter Lab60.931850.0746-37.3220
CIE-Lab67.372153.4508-38.3569

#e17fea color RGB value is (225,127,234).

#e17fea hex color red value is 225, green value is 127 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e17fea hue: 0.82 , saturation: 0.72 and the lightness value of e17fea is 0.71.

The process color (four color CMYK) of #e17fea color hex is 0.04, 0.46, 0.00, 0.08. Web safe color of #e17fea is #cc66ff. Color #e17fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111111 11101010
Octal 341 177 352
Decimal 225 127 234
Hex E1 7F EA

RGB Percentages of Color #e17fea

%38.40
%21.67
%39.93

CMYK Percentages of Color #e17fea

%4
%46
%0
%8

Triadic Colors of #e17fea

#e17fea #eae17f #7feae1

Analogous Colors of #e17fea

#e17fea #ea7fbe #ac7fea

Monochromatic Colors of #e17fea

#e17fea

Complementary Color

#e17fea #88ea7f

#e17fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17fea Color CSS Codes

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

#e17fea Text Font Color

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

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


#e17fea Background Color

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

This div background color is #e17fea


#e17fea Border Color

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

This div border color is #e17fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17fea


Comments

No comments written yet.

Please login to write comment.