Color Hex Logo

#e17ecf Color Hex

#E17ECF
(225,126,207)
0 Favorites   0 Comments

Color spaces of #e17ecf

RGB 225126207
HSL0.860.620.69
HSV311°44°88°
CMYK 0.000.440.08   0.12
XYZ49.774735.434363.2476
Yxy35.43430.33530.2387
Hunter Lab59.526745.0853-21.3274
CIE-Lab66.085449.2037-25.3485

#e17ecf color RGB value is (225,126,207).

#e17ecf hex color red value is 225, green value is 126 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e17ecf hue: 0.86 , saturation: 0.62 and the lightness value of e17ecf is 0.69.

The process color (four color CMYK) of #e17ecf color hex is 0.00, 0.44, 0.08, 0.12. Web safe color of #e17ecf is #cc66cc. Color #e17ecf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111110 11001111
Octal 341 176 317
Decimal 225 126 207
Hex E1 7E CF

RGB Percentages of Color #e17ecf

%40.32
%22.58
%37.10

CMYK Percentages of Color #e17ecf

%0
%44
%8
%12

Triadic Colors of #e17ecf

#e17ecf #cfe17e #7ecfe1

Analogous Colors of #e17ecf

#e17ecf #e17e9e #c27ee1

Monochromatic Colors of #e17ecf

#e17ecf

Complementary Color

#e17ecf #7ee190

#e17ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17ecf Color CSS Codes

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

#e17ecf Text Font Color

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

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


#e17ecf Background Color

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

This div background color is #e17ecf


#e17ecf Border Color

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

This div border color is #e17ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17ecf


Comments

No comments written yet.

Please login to write comment.