Color Hex Logo

#e0698b Color Hex

#E0698B
(224,105,139)
0 Favorites   0 Comments

Color spaces of #e0698b

RGB 224105139
HSL0.950.660.65
HSV343°53°88°
CMYK 0.000.530.38   0.12
XYZ40.452227.814527.6628
Yxy27.81450.42170.2899
Hunter Lab52.739544.61905.8189
CIE-Lab59.720849.71843.8826

#e0698b color RGB value is (224,105,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101001 10001011
Octal 340 151 213
Decimal 224 105 139
Hex E0 69 8B

RGB Percentages of Color #e0698b

%47.86
%22.44
%29.70

CMYK Percentages of Color #e0698b

%0
%53
%38
%12

Triadic Colors of #e0698b

#e0698b #8be069 #698be0

Analogous Colors of #e0698b

#e0698b #e08369 #e069c7

Monochromatic Colors of #e0698b

#e0698b

Complementary Color

#e0698b #69e0be

#e0698b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0698b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0698b Color CSS Codes

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

#e0698b Text Font Color

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

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


#e0698b Background Color

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

This div background color is #e0698b


#e0698b Border Color

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

This div border color is #e0698b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0698b


Comments

No comments written yet.

Please login to write comment.