Color Hex Logo

#e08cad Color Hex

#E08CAD
(224,140,173)
0 Favorites   0 Comments

Color spaces of #e08cad

RGB 224140173
HSL0.930.580.71
HSV336°38°88°
CMYK 0.000.380.23   0.12
XYZ47.661437.620644.2846
Yxy37.62060.36790.2904
Hunter Lab61.335631.36770.1273
CIE-Lab67.740136.2852-3.8022

#e08cad color RGB value is (224,140,173).

#e08cad hex color red value is 224, green value is 140 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e08cad hue: 0.93 , saturation: 0.58 and the lightness value of e08cad is 0.71.

The process color (four color CMYK) of #e08cad color hex is 0.00, 0.38, 0.23, 0.12. Web safe color of #e08cad is #cc9999. Color #e08cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001100 10101101
Octal 340 214 255
Decimal 224 140 173
Hex E0 8C AD

RGB Percentages of Color #e08cad

%41.71
%26.07
%32.22

CMYK Percentages of Color #e08cad

%0
%38
%23
%12

Triadic Colors of #e08cad

#e08cad #ade08c #8cade0

Analogous Colors of #e08cad

#e08cad #e0958c #e08cd7

Monochromatic Colors of #e08cad

#e08cad

Complementary Color

#e08cad #8ce0bf

#e08cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08cad Color CSS Codes

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

#e08cad Text Font Color

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

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


#e08cad Background Color

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

This div background color is #e08cad


#e08cad Border Color

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

This div border color is #e08cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08cad


Comments

No comments written yet.

Please login to write comment.