Color Hex Logo

#e07f8a Color Hex

#E07F8A
(224,127,138)
0 Favorites   0 Comments

Color spaces of #e07f8a

RGB 224127138
HSL0.980.610.69
HSV353°43°88°
CMYK 0.000.430.38   0.12
XYZ42.917332.861028.1256
Yxy32.86100.41300.3163
Hunter Lab57.324533.320211.0372
CIE-Lab64.048238.555310.6412

#e07f8a color RGB value is (224,127,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111111 10001010
Octal 340 177 212
Decimal 224 127 138
Hex E0 7F 8A

RGB Percentages of Color #e07f8a

%45.81
%25.97
%28.22

CMYK Percentages of Color #e07f8a

%0
%43
%38
%12

Triadic Colors of #e07f8a

#e07f8a #8ae07f #7f8ae0

Analogous Colors of #e07f8a

#e07f8a #e0a57f #e07fbb

Monochromatic Colors of #e07f8a

#e07f8a

Complementary Color

#e07f8a #7fe0d5

#e07f8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07f8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07f8a Color CSS Codes

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

#e07f8a Text Font Color

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

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


#e07f8a Background Color

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

This div background color is #e07f8a


#e07f8a Border Color

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

This div border color is #e07f8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07f8a


Comments

No comments written yet.

Please login to write comment.