Color Hex Logo

#e17cfe Color Hex

#E17CFE
(225,124,254)
0 Favorites   0 Comments

Color spaces of #e17cfe

RGB 225124254
HSL0.800.980.74
HSV287°51°100°
CMYK 0.110.510.00   0.00
XYZ56.148437.578698.0600
Yxy37.57860.29280.1959
Hunter Lab61.301456.2179-51.9315
CIE-Lab67.708958.7223-48.8151

#e17cfe color RGB value is (225,124,254).

#e17cfe hex color red value is 225, green value is 124 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e17cfe hue: 0.80 , saturation: 0.98 and the lightness value of e17cfe is 0.74.

The process color (four color CMYK) of #e17cfe color hex is 0.11, 0.51, 0.00, 0.00. Web safe color of #e17cfe is #cc66ff. Color #e17cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111100 11111110
Octal 341 174 376
Decimal 225 124 254
Hex E1 7C FE

RGB Percentages of Color #e17cfe

%37.31
%20.56
%42.12

CMYK Percentages of Color #e17cfe

%11
%51
%0
%0

Triadic Colors of #e17cfe

#e17cfe #fee17c #7cfee1

Analogous Colors of #e17cfe

#e17cfe #fe7cda #a07cfe

Monochromatic Colors of #e17cfe

#e17cfe

Complementary Color

#e17cfe #99fe7c

#e17cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17cfe Color CSS Codes

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

#e17cfe Text Font Color

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

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


#e17cfe Background Color

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

This div background color is #e17cfe


#e17cfe Border Color

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

This div border color is #e17cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.