Color Hex Logo

#e07cad Color Hex

#E07CAD
(224,124,173)
0 Favorites   0 Comments

Color spaces of #e07cad

RGB 224124173
HSL0.920.620.68
HSV331°45°88°
CMYK 0.000.450.23   0.12
XYZ45.490933.279743.5612
Yxy33.27970.37190.2720
Hunter Lab57.688639.8030-4.3885
CIE-Lab64.386744.6152-8.7724

#e07cad color RGB value is (224,124,173).

#e07cad hex color red value is 224, green value is 124 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e07cad hue: 0.92 , saturation: 0.62 and the lightness value of e07cad is 0.68.

The process color (four color CMYK) of #e07cad color hex is 0.00, 0.45, 0.23, 0.12. Web safe color of #e07cad is #cc6699. Color #e07cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111100 10101101
Octal 340 174 255
Decimal 224 124 173
Hex E0 7C AD

RGB Percentages of Color #e07cad

%42.99
%23.80
%33.21

CMYK Percentages of Color #e07cad

%0
%45
%23
%12

Triadic Colors of #e07cad

#e07cad #ade07c #7cade0

Analogous Colors of #e07cad

#e07cad #e07d7c #e07cdf

Monochromatic Colors of #e07cad

#e07cad

Complementary Color

#e07cad #7ce0af

#e07cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07cad Color CSS Codes

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

#e07cad Text Font Color

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

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


#e07cad Background Color

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

This div background color is #e07cad


#e07cad Border Color

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

This div border color is #e07cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07cad


Comments

No comments written yet.

Please login to write comment.