Color Hex Logo

#e17cde Color Hex

#E17CDE
(225,124,222)
0 Favorites   0 Comments

Color spaces of #e17cde

RGB 225124222
HSL0.840.630.68
HSV302°45°88°
CMYK 0.000.450.01   0.12
XYZ51.443835.696873.2860
Yxy35.69680.32070.2225
Hunter Lab59.746849.1370-30.9029
CIE-Lab66.287652.7876-33.3986

#e17cde color RGB value is (225,124,222).

#e17cde hex color red value is 225, green value is 124 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e17cde hue: 0.84 , saturation: 0.63 and the lightness value of e17cde is 0.68.

The process color (four color CMYK) of #e17cde color hex is 0.00, 0.45, 0.01, 0.12. Web safe color of #e17cde is #cc66cc. Color #e17cde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111100 11011110
Octal 341 174 336
Decimal 225 124 222
Hex E1 7C DE

RGB Percentages of Color #e17cde

%39.40
%21.72
%38.88

CMYK Percentages of Color #e17cde

%0
%45
%1
%12

Triadic Colors of #e17cde

#e17cde #dee17c #7cdee1

Analogous Colors of #e17cde

#e17cde #e17cac #b27ce1

Monochromatic Colors of #e17cde

#e17cde

Complementary Color

#e17cde #7ce17f

#e17cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17cde Color CSS Codes

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

#e17cde Text Font Color

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

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


#e17cde Background Color

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

This div background color is #e17cde


#e17cde Border Color

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

This div border color is #e17cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17cde


Comments

No comments written yet.

Please login to write comment.