Color Hex Logo

#e17cff Color Hex

#E17CFF
(225,124,255)
0 Favorites   0 Comments

Color spaces of #e17cff

RGB 225124255
HSL0.801.000.74
HSV286°51°100°
CMYK 0.120.510.00   0.00
XYZ56.309037.642998.9057
Yxy37.64290.29200.1952
Hunter Lab61.353856.4537-52.6311
CIE-Lab67.756658.9162-49.2865

#e17cff color RGB value is (225,124,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111100 11111111
Octal 341 174 377
Decimal 225 124 255
Hex E1 7C FF

RGB Percentages of Color #e17cff

%37.25
%20.53
%42.22

CMYK Percentages of Color #e17cff

%12
%51
%0
%0

Triadic Colors of #e17cff

#e17cff #ffe17c #7cffe1

Analogous Colors of #e17cff

#e17cff #ff7cdc #a07cff

Monochromatic Colors of #e17cff

#e17cff

Complementary Color

#e17cff #9aff7c

#e17cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17cff Color CSS Codes

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

#e17cff Text Font Color

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

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


#e17cff Background Color

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

This div background color is #e17cff


#e17cff Border Color

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

This div border color is #e17cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17cff


Comments

No comments written yet.

Please login to write comment.