Color Hex Logo

#e17289 Color Hex

#E17289
(225,114,137)
0 Favorites   0 Comments

Color spaces of #e17289

RGB 225114137
HSL0.970.650.66
HSV348°49°88°
CMYK 0.000.490.39   0.12
XYZ41.584029.848327.2365
Yxy29.84830.42150.3025
Hunter Lab54.633640.25538.6857
CIE-Lab61.523145.42517.6441

#e17289 color RGB value is (225,114,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110010 10001001
Octal 341 162 211
Decimal 225 114 137
Hex E1 72 89

RGB Percentages of Color #e17289

%47.27
%23.95
%28.78

CMYK Percentages of Color #e17289

%0
%49
%39
%12

Triadic Colors of #e17289

#e17289 #89e172 #7289e1

Analogous Colors of #e17289

#e17289 #e19372 #e172c1

Monochromatic Colors of #e17289

#e17289

Complementary Color

#e17289 #72e1ca

#e17289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17289 Color CSS Codes

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

#e17289 Text Font Color

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

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


#e17289 Background Color

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

This div background color is #e17289


#e17289 Border Color

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

This div border color is #e17289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17289


Comments

No comments written yet.

Please login to write comment.