Color Hex Logo

#e07799 Color Hex

#E07799
(224,119,153)
0 Favorites   0 Comments

Color spaces of #e07799

RGB 224119153
HSL0.950.630.67
HSV341°47°88°
CMYK 0.000.470.32   0.12
XYZ43.087131.340933.9154
Yxy31.34090.39770.2893
Hunter Lab55.982939.41183.2692
CIE-Lab62.794444.46500.2786

#e07799 color RGB value is (224,119,153).

#e07799 hex color red value is 224, green value is 119 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #e07799 hue: 0.95 , saturation: 0.63 and the lightness value of e07799 is 0.67.

The process color (four color CMYK) of #e07799 color hex is 0.00, 0.47, 0.32, 0.12. Web safe color of #e07799 is #cc6699. Color #e07799 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110111 10011001
Octal 340 167 231
Decimal 224 119 153
Hex E0 77 99

RGB Percentages of Color #e07799

%45.16
%23.99
%30.85

CMYK Percentages of Color #e07799

%0
%47
%32
%12

Triadic Colors of #e07799

#e07799 #99e077 #7799e0

Analogous Colors of #e07799

#e07799 #e08a77 #e077ce

Monochromatic Colors of #e07799

#e07799

Complementary Color

#e07799 #77e0be

#e07799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07799 Color CSS Codes

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

#e07799 Text Font Color

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

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


#e07799 Background Color

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

This div background color is #e07799


#e07799 Border Color

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

This div border color is #e07799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07799


Comments

No comments written yet.

Please login to write comment.