Color Hex Logo

#e07494 Color Hex

#E07494
(224,116,148)
0 Favorites   0 Comments

Color spaces of #e07494

RGB 224116148
HSL0.950.640.67
HSV342°48°88°
CMYK 0.000.480.34   0.12
XYZ42.331230.476231.6684
Yxy30.47620.40520.2917
Hunter Lab55.205340.26404.6321
CIE-Lab62.062945.35832.0803

#e07494 color RGB value is (224,116,148).

#e07494 hex color red value is 224, green value is 116 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #e07494 hue: 0.95 , saturation: 0.64 and the lightness value of e07494 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110100 10010100
Octal 340 164 224
Decimal 224 116 148
Hex E0 74 94

RGB Percentages of Color #e07494

%45.90
%23.77
%30.33

CMYK Percentages of Color #e07494

%0
%48
%34
%12

Triadic Colors of #e07494

#e07494 #94e074 #7494e0

Analogous Colors of #e07494

#e07494 #e08a74 #e074ca

Monochromatic Colors of #e07494

#e07494

Complementary Color

#e07494 #74e0c0

#e07494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07494 Color CSS Codes

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

#e07494 Text Font Color

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

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


#e07494 Background Color

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

This div background color is #e07494


#e07494 Border Color

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

This div border color is #e07494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07494


Comments

No comments written yet.

Please login to write comment.