Color Hex Logo

#e07e7f Color Hex

#E07E7F
(224,126,127)
0 Favorites   0 Comments

Color spaces of #e07e7f

RGB 224126127
HSL1.000.610.69
HSV359°44°88°
CMYK 0.000.440.43   0.12
XYZ42.032132.301324.0981
Yxy32.30130.42700.3282
Hunter Lab56.834232.550814.6446
CIE-Lab63.591137.869816.2487

#e07e7f color RGB value is (224,126,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111110 01111111
Octal 340 176 177
Decimal 224 126 127
Hex E0 7E 7F

RGB Percentages of Color #e07e7f

%46.96
%26.42
%26.62

CMYK Percentages of Color #e07e7f

%0
%44
%43
%12

Triadic Colors of #e07e7f

#e07e7f #7fe07e #7e7fe0

Analogous Colors of #e07e7f

#e07e7f #e0ae7e #e07eb0

Monochromatic Colors of #e07e7f

#e07e7f

Complementary Color

#e07e7f #7ee0df

#e07e7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07e7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07e7f Color CSS Codes

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

#e07e7f Text Font Color

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

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


#e07e7f Background Color

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

This div background color is #e07e7f


#e07e7f Border Color

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

This div border color is #e07e7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07e7f


Comments

No comments written yet.

Please login to write comment.