Color Hex Logo

#e17dff Color Hex

#E17DFF
(225,125,255)
0 Favorites   0 Comments

Color spaces of #e17dff

RGB 225125255
HSL0.791.000.75
HSV286°51°100°
CMYK 0.120.510.00   0.00
XYZ56.435037.894898.9477
Yxy37.89480.29200.1961
Hunter Lab61.558855.9150-52.2098
CIE-Lab67.943058.4257-48.9925

#e17dff color RGB value is (225,125,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111101 11111111
Octal 341 175 377
Decimal 225 125 255
Hex E1 7D FF

RGB Percentages of Color #e17dff

%37.19
%20.66
%42.15

CMYK Percentages of Color #e17dff

%12
%51
%0
%0

Triadic Colors of #e17dff

#e17dff #ffe17d #7dffe1

Analogous Colors of #e17dff

#e17dff #ff7ddc #a07dff

Monochromatic Colors of #e17dff

#e17dff

Complementary Color

#e17dff #9bff7d

#e17dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17dff Color CSS Codes

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

#e17dff Text Font Color

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

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


#e17dff Background Color

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

This div background color is #e17dff


#e17dff Border Color

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

This div border color is #e17dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17dff


Comments

No comments written yet.

Please login to write comment.