Color Hex Logo

#e07193 Color Hex

#E07193
(224,113,147)
0 Favorites   0 Comments

Color spaces of #e07193

RGB 224113147
HSL0.950.640.66
HSV342°50°88°
CMYK 0.000.500.34   0.12
XYZ41.912129.764131.1398
Yxy29.76410.40760.2895
Hunter Lab54.556541.65584.3479
CIE-Lab61.450146.73531.7651

#e07193 color RGB value is (224,113,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110001 10010011
Octal 340 161 223
Decimal 224 113 147
Hex E0 71 93

RGB Percentages of Color #e07193

%46.28
%23.35
%30.37

CMYK Percentages of Color #e07193

%0
%50
%34
%12

Triadic Colors of #e07193

#e07193 #93e071 #7193e0

Analogous Colors of #e07193

#e07193 #e08771 #e071cb

Monochromatic Colors of #e07193

#e07193

Complementary Color

#e07193 #71e0be

#e07193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07193 Color CSS Codes

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

#e07193 Text Font Color

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

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


#e07193 Background Color

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

This div background color is #e07193


#e07193 Border Color

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

This div border color is #e07193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07193


Comments

No comments written yet.

Please login to write comment.