Color Hex Logo

#e1698d Color Hex

#E1698D
(225,105,141)
0 Favorites   0 Comments

Color spaces of #e1698d

RGB 225105141
HSL0.950.670.65
HSV342°53°88°
CMYK 0.000.530.37   0.12
XYZ40.910628.033828.4541
Yxy28.03380.42000.2878
Hunter Lab52.947045.26475.2000
CIE-Lab59.919350.27823.0283

#e1698d color RGB value is (225,105,141).

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

The process color (four color CMYK) of #e1698d color hex is 0.00, 0.53, 0.37, 0.12. Web safe color of #e1698d is #cc6699. Color #e1698d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101001 10001101
Octal 341 151 215
Decimal 225 105 141
Hex E1 69 8D

RGB Percentages of Color #e1698d

%47.77
%22.29
%29.94

CMYK Percentages of Color #e1698d

%0
%53
%37
%12

Triadic Colors of #e1698d

#e1698d #8de169 #698de1

Analogous Colors of #e1698d

#e1698d #e18169 #e169c9

Monochromatic Colors of #e1698d

#e1698d

Complementary Color

#e1698d #69e1bd

#e1698d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1698d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1698d Color CSS Codes

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

#e1698d Text Font Color

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

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


#e1698d Background Color

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

This div background color is #e1698d


#e1698d Border Color

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

This div border color is #e1698d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1698d


Comments

No comments written yet.

Please login to write comment.