Color Hex Logo

#e17565 Color Hex

#E17565
(225,117,101)
0 Favorites   0 Comments

Color spaces of #e17565

RGB 225117101
HSL0.020.670.64
HSV55°88°
CMYK 0.000.480.55   0.12
XYZ39.761629.669715.9431
Yxy29.66970.46570.3475
Hunter Lab54.469934.978020.7750
CIE-Lab61.368240.465027.9788

#e17565 color RGB value is (225,117,101).

#e17565 hex color red value is 225, green value is 117 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #e17565 hue: 0.02 , saturation: 0.67 and the lightness value of e17565 is 0.64.

The process color (four color CMYK) of #e17565 color hex is 0.00, 0.48, 0.55, 0.12. Web safe color of #e17565 is #cc6666. Color #e17565 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110101 01100101
Octal 341 165 145
Decimal 225 117 101
Hex E1 75 65

RGB Percentages of Color #e17565

%50.79
%26.41
%22.80

CMYK Percentages of Color #e17565

%0
%48
%55
%12

Triadic Colors of #e17565

#e17565 #65e175 #7565e1

Analogous Colors of #e17565

#e17565 #e1b365 #e16593

Monochromatic Colors of #e17565

#e17565

Complementary Color

#e17565 #65d1e1

#e17565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17565 Color CSS Codes

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

#e17565 Text Font Color

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

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


#e17565 Background Color

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

This div background color is #e17565


#e17565 Border Color

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

This div border color is #e17565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17565


Comments

No comments written yet.

Please login to write comment.