Color Hex Logo

#e86cae Color Hex

#E86CAE
(232,108,174)
0 Favorites   0 Comments

Color spaces of #e86cae

RGB 232108174
HSL0.910.730.67
HSV328°53°91°
CMYK 0.000.530.25   0.09
XYZ46.281330.936943.5765
Yxy30.93690.38310.2561
Hunter Lab55.620951.1903-7.5164
CIE-Lab62.454355.1968-12.1214

#e86cae color RGB value is (232,108,174).

#e86cae hex color red value is 232, green value is 108 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e86cae hue: 0.91 , saturation: 0.73 and the lightness value of e86cae is 0.67.

The process color (four color CMYK) of #e86cae color hex is 0.00, 0.53, 0.25, 0.09. Web safe color of #e86cae is #ff6699. Color #e86cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101100 10101110
Octal 350 154 256
Decimal 232 108 174
Hex E8 6C AE

RGB Percentages of Color #e86cae

%45.14
%21.01
%33.85

CMYK Percentages of Color #e86cae

%0
%53
%25
%9

Triadic Colors of #e86cae

#e86cae #aee86c #6caee8

Analogous Colors of #e86cae

#e86cae #e86c70 #e46ce8

Monochromatic Colors of #e86cae

#e86cae

Complementary Color

#e86cae #6ce8a6

#e86cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e86cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e86cae Color CSS Codes

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

#e86cae Text Font Color

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

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


#e86cae Background Color

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

This div background color is #e86cae


#e86cae Border Color

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

This div border color is #e86cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,108,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e86cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e86cae;
  -webkit-box-shadow: 1px 1px 3px 2px #e86cae;
  box-shadow:         1px 1px 3px 2px #e86cae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,108,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e86cae


Comments

No comments written yet.

Please login to write comment.