Color Hex Logo

#e0699b Color Hex

#E0699B
(224,105,155)
0 Favorites   0 Comments

Color spaces of #e0699b

RGB 224105155
HSL0.930.660.65
HSV335°53°88°
CMYK 0.000.530.31   0.12
XYZ41.708428.317034.2778
Yxy28.31700.39990.2715
Hunter Lab53.213746.7826-0.9423
CIE-Lab60.174151.6182-4.7204

#e0699b color RGB value is (224,105,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101001 10011011
Octal 340 151 233
Decimal 224 105 155
Hex E0 69 9B

RGB Percentages of Color #e0699b

%46.28
%21.69
%32.02

CMYK Percentages of Color #e0699b

%0
%53
%31
%12

Triadic Colors of #e0699b

#e0699b #9be069 #699be0

Analogous Colors of #e0699b

#e0699b #e07369 #e069d7

Monochromatic Colors of #e0699b

#e0699b

Complementary Color

#e0699b #69e0ae

#e0699b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0699b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0699b Color CSS Codes

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

#e0699b Text Font Color

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

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


#e0699b Background Color

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

This div background color is #e0699b


#e0699b Border Color

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

This div border color is #e0699b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0699b


Comments

No comments written yet.

Please login to write comment.