Color Hex Logo

#e07f9a Color Hex

#E07F9A
(224,127,154)
0 Favorites   0 Comments

Color spaces of #e07f9a

RGB 224127154
HSL0.950.610.69
HSV343°43°88°
CMYK 0.000.430.31   0.12
XYZ44.162633.359134.6832
Yxy33.35910.39360.2973
Hunter Lab57.757335.40994.8266
CIE-Lab64.450640.49552.1188

#e07f9a color RGB value is (224,127,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111111 10011010
Octal 340 177 232
Decimal 224 127 154
Hex E0 7F 9A

RGB Percentages of Color #e07f9a

%44.36
%25.15
%30.50

CMYK Percentages of Color #e07f9a

%0
%43
%31
%12

Triadic Colors of #e07f9a

#e07f9a #9ae07f #7f9ae0

Analogous Colors of #e07f9a

#e07f9a #e0957f #e07fcb

Monochromatic Colors of #e07f9a

#e07f9a

Complementary Color

#e07f9a #7fe0c5

#e07f9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07f9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07f9a Color CSS Codes

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

#e07f9a Text Font Color

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

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


#e07f9a Background Color

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

This div background color is #e07f9a


#e07f9a Border Color

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

This div border color is #e07f9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07f9a


Comments

No comments written yet.

Please login to write comment.