Color Hex Logo

#e17468 Color Hex

#E17468
(225,116,104)
0 Favorites   0 Comments

Color spaces of #e17468

RGB 225116104
HSL0.020.670.65
HSV54°88°
CMYK 0.000.480.54   0.12
XYZ39.795429.497816.6929
Yxy29.49780.46280.3431
Hunter Lab54.311935.744719.7954
CIE-Lab61.218541.216226.0934

#e17468 color RGB value is (225,116,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110100 01101000
Octal 341 164 150
Decimal 225 116 104
Hex E1 74 68

RGB Percentages of Color #e17468

%50.56
%26.07
%23.37

CMYK Percentages of Color #e17468

%0
%48
%54
%12

Triadic Colors of #e17468

#e17468 #68e174 #7468e1

Analogous Colors of #e17468

#e17468 #e1b168 #e16899

Monochromatic Colors of #e17468

#e17468

Complementary Color

#e17468 #68d5e1

#e17468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17468 Color CSS Codes

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

#e17468 Text Font Color

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

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


#e17468 Background Color

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

This div background color is #e17468


#e17468 Border Color

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

This div border color is #e17468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17468


Comments

No comments written yet.

Please login to write comment.