Color Hex Logo

#e07190 Color Hex

#E07190
(224,113,144)
0 Favorites   0 Comments

Color spaces of #e07190

RGB 224113144
HSL0.950.640.66
HSV343°50°88°
CMYK 0.000.500.36   0.12
XYZ41.679629.671229.9159
Yxy29.67120.41160.2930
Hunter Lab54.471341.25755.5675
CIE-Lab61.369546.37803.3755

#e07190 color RGB value is (224,113,144).

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

The process color (four color CMYK) of #e07190 color hex is 0.00, 0.50, 0.36, 0.12. Web safe color of #e07190 is #cc6699. Color #e07190 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110001 10010000
Octal 340 161 220
Decimal 224 113 144
Hex E0 71 90

RGB Percentages of Color #e07190

%46.57
%23.49
%29.94

CMYK Percentages of Color #e07190

%0
%50
%36
%12

Triadic Colors of #e07190

#e07190 #90e071 #7190e0

Analogous Colors of #e07190

#e07190 #e08a71 #e071c8

Monochromatic Colors of #e07190

#e07190

Complementary Color

#e07190 #71e0c1

#e07190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07190 Color CSS Codes

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

#e07190 Text Font Color

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

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


#e07190 Background Color

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

This div background color is #e07190


#e07190 Border Color

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

This div border color is #e07190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07190


Comments

No comments written yet.

Please login to write comment.