Color Hex Logo

#e17895 Color Hex

#E17895
(225,120,149)
0 Favorites   0 Comments

Color spaces of #e17895

RGB 225120149
HSL0.950.640.68
HSV343°47°88°
CMYK 0.000.470.34   0.12
XYZ43.192631.610432.2587
Yxy31.61040.40340.2953
Hunter Lab56.223138.73965.3378
CIE-Lab63.019643.80752.9113

#e17895 color RGB value is (225,120,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111000 10010101
Octal 341 170 225
Decimal 225 120 149
Hex E1 78 95

RGB Percentages of Color #e17895

%45.55
%24.29
%30.16

CMYK Percentages of Color #e17895

%0
%47
%34
%12

Triadic Colors of #e17895

#e17895 #95e178 #7895e1

Analogous Colors of #e17895

#e17895 #e19078 #e178ca

Monochromatic Colors of #e17895

#e17895

Complementary Color

#e17895 #78e1c4

#e17895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17895 Color CSS Codes

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

#e17895 Text Font Color

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

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


#e17895 Background Color

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

This div background color is #e17895


#e17895 Border Color

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

This div border color is #e17895


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,120,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 #e17895">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17895


Comments

No comments written yet.

Please login to write comment.