Color Hex Logo

#e18cce Color Hex

#E18CCE
(225,140,206)
0 Favorites   0 Comments

Color spaces of #e18cce

RGB 225140206
HSL0.870.590.72
HSV313°38°88°
CMYK 0.000.380.08   0.12
XYZ51.570039.219963.2447
Yxy39.21990.33480.2546
Hunter Lab62.625837.3929-16.0379
CIE-Lab68.910341.8160-20.4755

#e18cce color RGB value is (225,140,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001100 11001110
Octal 341 214 316
Decimal 225 140 206
Hex E1 8C CE

RGB Percentages of Color #e18cce

%39.40
%24.52
%36.08

CMYK Percentages of Color #e18cce

%0
%38
%8
%12

Triadic Colors of #e18cce

#e18cce #cee18c #8ccee1

Analogous Colors of #e18cce

#e18cce #e18ca4 #ca8ce1

Monochromatic Colors of #e18cce

#e18cce

Complementary Color

#e18cce #8ce19f

#e18cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18cce Color CSS Codes

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

#e18cce Text Font Color

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

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


#e18cce Background Color

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

This div background color is #e18cce


#e18cce Border Color

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

This div border color is #e18cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18cce


Comments

No comments written yet.

Please login to write comment.