Color Hex Logo

#e17cfd Color Hex

#E17CFD
(225,124,253)
0 Favorites   0 Comments

Color spaces of #e17cfd

RGB 225124253
HSL0.800.970.74
HSV287°51°99°
CMYK 0.110.510.00   0.01
XYZ55.988637.514797.2186
Yxy37.51470.29360.1967
Hunter Lab61.249255.9826-51.2343
CIE-Lab67.661458.5285-48.3430

#e17cfd color RGB value is (225,124,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111100 11111101
Octal 341 174 375
Decimal 225 124 253
Hex E1 7C FD

RGB Percentages of Color #e17cfd

%37.38
%20.60
%42.03

CMYK Percentages of Color #e17cfd

%11
%51
%0
%1

Triadic Colors of #e17cfd

#e17cfd #fde17c #7cfde1

Analogous Colors of #e17cfd

#e17cfd #fd7cd9 #a17cfd

Monochromatic Colors of #e17cfd

#e17cfd

Complementary Color

#e17cfd #98fd7c

#e17cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17cfd Color CSS Codes

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

#e17cfd Text Font Color

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

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


#e17cfd Background Color

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

This div background color is #e17cfd


#e17cfd Border Color

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

This div border color is #e17cfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,124,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 #e17cfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17cfd


Comments

No comments written yet.

Please login to write comment.