Color Hex Logo

#e086ce Color Hex

#E086CE
(224,134,206)
0 Favorites   0 Comments

Color spaces of #e086ce

RGB 224134206
HSL0.870.590.70
HSV312°40°88°
CMYK 0.000.400.08   0.12
XYZ50.406137.353762.9458
Yxy37.35370.33450.2479
Hunter Lab61.117740.2599-18.2811
CIE-Lab67.541644.6242-22.5720

#e086ce color RGB value is (224,134,206).

#e086ce hex color red value is 224, green value is 134 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e086ce hue: 0.87 , saturation: 0.59 and the lightness value of e086ce is 0.70.

The process color (four color CMYK) of #e086ce color hex is 0.00, 0.40, 0.08, 0.12. Web safe color of #e086ce is #cc99cc. Color #e086ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000110 11001110
Octal 340 206 316
Decimal 224 134 206
Hex E0 86 CE

RGB Percentages of Color #e086ce

%39.72
%23.76
%36.52

CMYK Percentages of Color #e086ce

%0
%40
%8
%12

Triadic Colors of #e086ce

#e086ce #cee086 #86cee0

Analogous Colors of #e086ce

#e086ce #e086a1 #c586e0

Monochromatic Colors of #e086ce

#e086ce

Complementary Color

#e086ce #86e098

#e086ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e086ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e086ce Color CSS Codes

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

#e086ce Text Font Color

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

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


#e086ce Background Color

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

This div background color is #e086ce


#e086ce Border Color

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

This div border color is #e086ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e086ce


Comments

No comments written yet.

Please login to write comment.