Color Hex Logo

#e07f80 Color Hex

#E07F80
(224,127,128)
0 Favorites   0 Comments

Color spaces of #e07f80

RGB 224127128
HSL1.000.610.69
HSV359°43°88°
CMYK 0.000.430.43   0.12
XYZ42.226132.584624.4860
Yxy32.58460.42530.3282
Hunter Lab57.082932.147214.5253
CIE-Lab63.823137.454916.0030

#e07f80 color RGB value is (224,127,128).

#e07f80 hex color red value is 224, green value is 127 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #e07f80 hue: 1.00 , saturation: 0.61 and the lightness value of e07f80 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111111 10000000
Octal 340 177 200
Decimal 224 127 128
Hex E0 7F 80

RGB Percentages of Color #e07f80

%46.76
%26.51
%26.72

CMYK Percentages of Color #e07f80

%0
%43
%43
%12

Triadic Colors of #e07f80

#e07f80 #80e07f #7f80e0

Analogous Colors of #e07f80

#e07f80 #e0af7f #e07fb1

Monochromatic Colors of #e07f80

#e07f80

Complementary Color

#e07f80 #7fe0df

#e07f80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07f80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07f80 Color CSS Codes

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

#e07f80 Text Font Color

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

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


#e07f80 Background Color

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

This div background color is #e07f80


#e07f80 Border Color

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

This div border color is #e07f80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07f80


Comments

No comments written yet.

Please login to write comment.