Color Hex Logo

#e17995 Color Hex

#E17995
(225,121,149)
0 Favorites   0 Comments

Color spaces of #e17995

RGB 225121149
HSL0.960.630.68
HSV344°46°88°
CMYK 0.000.460.34   0.12
XYZ43.313531.852232.2990
Yxy31.85220.40300.2964
Hunter Lab56.437838.22495.5751
CIE-Lab63.220543.29963.2023

#e17995 color RGB value is (225,121,149).

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

The process color (four color CMYK) of #e17995 color hex is 0.00, 0.46, 0.34, 0.12. Web safe color of #e17995 is #cc6699. Color #e17995 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111001 10010101
Octal 341 171 225
Decimal 225 121 149
Hex E1 79 95

RGB Percentages of Color #e17995

%45.45
%24.44
%30.10

CMYK Percentages of Color #e17995

%0
%46
%34
%12

Triadic Colors of #e17995

#e17995 #95e179 #7995e1

Analogous Colors of #e17995

#e17995 #e19179 #e179c9

Monochromatic Colors of #e17995

#e17995

Complementary Color

#e17995 #79e1c5

#e17995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17995 Color CSS Codes

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

#e17995 Text Font Color

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

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


#e17995 Background Color

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

This div background color is #e17995


#e17995 Border Color

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

This div border color is #e17995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17995


Comments

No comments written yet.

Please login to write comment.