Color Hex Logo

#e06193 Color Hex

#E06193
(224,97,147)
0 Favorites   0 Comments

Color spaces of #e06193

RGB 22497147
HSL0.930.670.63
HSV336°57°88°
CMYK 0.000.570.34   0.12
XYZ40.281626.503330.5963
Yxy26.50330.41360.2722
Hunter Lab51.481449.57500.7998
CIE-Lab58.511754.4004-2.5300

#e06193 color RGB value is (224,97,147).

#e06193 hex color red value is 224, green value is 97 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #e06193 hue: 0.93 , saturation: 0.67 and the lightness value of e06193 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100001 10010011
Octal 340 141 223
Decimal 224 97 147
Hex E0 61 93

RGB Percentages of Color #e06193

%47.86
%20.73
%31.41

CMYK Percentages of Color #e06193

%0
%57
%34
%12

Triadic Colors of #e06193

#e06193 #93e061 #6193e0

Analogous Colors of #e06193

#e06193 #e06f61 #e061d3

Monochromatic Colors of #e06193

#e06193

Complementary Color

#e06193 #61e0ae

#e06193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06193 Color CSS Codes

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

#e06193 Text Font Color

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

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


#e06193 Background Color

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

This div background color is #e06193


#e06193 Border Color

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

This div border color is #e06193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06193


Comments

No comments written yet.

Please login to write comment.