Color Hex Logo

#e17efd Color Hex

#E17EFD
(225,126,253)
0 Favorites   0 Comments

Color spaces of #e17efd

RGB 225126253
HSL0.800.970.74
HSV287°50°99°
CMYK 0.110.500.00   0.01
XYZ56.241838.021197.3030
Yxy38.02110.29360.1985
Hunter Lab61.661354.9043-50.3982
CIE-Lab68.036257.5441-47.7525

#e17efd color RGB value is (225,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111110 11111101
Octal 341 176 375
Decimal 225 126 253
Hex E1 7E FD

RGB Percentages of Color #e17efd

%37.25
%20.86
%41.89

CMYK Percentages of Color #e17efd

%11
%50
%0
%1

Triadic Colors of #e17efd

#e17efd #fde17e #7efde1

Analogous Colors of #e17efd

#e17efd #fd7eda #a27efd

Monochromatic Colors of #e17efd

#e17efd

Complementary Color

#e17efd #9afd7e

#e17efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17efd Color CSS Codes

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

#e17efd Text Font Color

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

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


#e17efd Background Color

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

This div background color is #e17efd


#e17efd Border Color

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

This div border color is #e17efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17efd

Related Colors


Comments

No comments written yet.

Please login to write comment.