Color Hex Logo

#e07e9a Color Hex

#E07E9A
(224,126,154)
0 Favorites   0 Comments

Color spaces of #e07e9a

RGB 224126154
HSL0.950.610.69
HSV343°44°88°
CMYK 0.000.440.31   0.12
XYZ44.034133.102134.6403
Yxy33.10210.39390.2961
Hunter Lab57.534435.93014.5768
CIE-Lab64.243541.01231.8180

#e07e9a color RGB value is (224,126,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111110 10011010
Octal 340 176 232
Decimal 224 126 154
Hex E0 7E 9A

RGB Percentages of Color #e07e9a

%44.44
%25.00
%30.56

CMYK Percentages of Color #e07e9a

%0
%44
%31
%12

Triadic Colors of #e07e9a

#e07e9a #9ae07e #7e9ae0

Analogous Colors of #e07e9a

#e07e9a #e0937e #e07ecb

Monochromatic Colors of #e07e9a

#e07e9a

Complementary Color

#e07e9a #7ee0c4

#e07e9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07e9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07e9a Color CSS Codes

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

#e07e9a Text Font Color

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

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


#e07e9a Background Color

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

This div background color is #e07e9a


#e07e9a Border Color

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

This div border color is #e07e9a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,126,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 #e07e9a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07e9a


Comments

No comments written yet.

Please login to write comment.