Color Hex Logo

#e17286 Color Hex

#E17286
(225,114,134)
0 Favorites   0 Comments

Color spaces of #e17286

RGB 225114134
HSL0.970.650.66
HSV349°49°88°
CMYK 0.000.490.40   0.12
XYZ41.371729.763426.1186
Yxy29.76340.42540.3060
Hunter Lab54.555839.89049.8040
CIE-Lab61.449545.09529.2655

#e17286 color RGB value is (225,114,134).

#e17286 hex color red value is 225, green value is 114 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #e17286 hue: 0.97 , saturation: 0.65 and the lightness value of e17286 is 0.66.

The process color (four color CMYK) of #e17286 color hex is 0.00, 0.49, 0.40, 0.12. Web safe color of #e17286 is #cc6699. Color #e17286 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110010 10000110
Octal 341 162 206
Decimal 225 114 134
Hex E1 72 86

RGB Percentages of Color #e17286

%47.57
%24.10
%28.33

CMYK Percentages of Color #e17286

%0
%49
%40
%12

Triadic Colors of #e17286

#e17286 #86e172 #7286e1

Analogous Colors of #e17286

#e17286 #e19672 #e172be

Monochromatic Colors of #e17286

#e17286

Complementary Color

#e17286 #72e1cd

#e17286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17286 Color CSS Codes

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

#e17286 Text Font Color

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

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


#e17286 Background Color

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

This div background color is #e17286


#e17286 Border Color

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

This div border color is #e17286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17286


Comments

No comments written yet.

Please login to write comment.