Color Hex Logo

#e17ece Color Hex

#E17ECE
(225,126,206)
0 Favorites   0 Comments

Color spaces of #e17ece

RGB 225126206
HSL0.870.620.69
HSV312°44°88°
CMYK 0.000.440.08   0.12
XYZ49.652835.385562.6056
Yxy35.38550.33630.2397
Hunter Lab59.485744.8942-20.7596
CIE-Lab66.047749.0370-24.8469

#e17ece color RGB value is (225,126,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111110 11001110
Octal 341 176 316
Decimal 225 126 206
Hex E1 7E CE

RGB Percentages of Color #e17ece

%40.39
%22.62
%36.98

CMYK Percentages of Color #e17ece

%0
%44
%8
%12

Triadic Colors of #e17ece

#e17ece #cee17e #7ecee1

Analogous Colors of #e17ece

#e17ece #e17e9d #c37ee1

Monochromatic Colors of #e17ece

#e17ece

Complementary Color

#e17ece #7ee191

#e17ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17ece Color CSS Codes

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

#e17ece Text Font Color

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

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


#e17ece Background Color

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

This div background color is #e17ece


#e17ece Border Color

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

This div border color is #e17ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17ece


Comments

No comments written yet.

Please login to write comment.