Color Hex Logo

#e18cde Color Hex

#E18CDE
(225,140,222)
0 Favorites   0 Comments

Color spaces of #e18cde

RGB 225140222
HSL0.840.590.72
HSV302°38°88°
CMYK 0.000.380.01   0.12
XYZ53.614240.037674.0095
Yxy40.03760.31980.2388
Hunter Lab63.275340.5143-25.0555
CIE-Lab69.496344.6087-28.4413

#e18cde color RGB value is (225,140,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001100 11011110
Octal 341 214 336
Decimal 225 140 222
Hex E1 8C DE

RGB Percentages of Color #e18cde

%38.33
%23.85
%37.82

CMYK Percentages of Color #e18cde

%0
%38
%1
%12

Triadic Colors of #e18cde

#e18cde #dee18c #8cdee1

Analogous Colors of #e18cde

#e18cde #e18cb4 #ba8ce1

Monochromatic Colors of #e18cde

#e18cde

Complementary Color

#e18cde #8ce18f

#e18cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18cde Color CSS Codes

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

#e18cde Text Font Color

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

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


#e18cde Background Color

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

This div background color is #e18cde


#e18cde Border Color

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

This div border color is #e18cde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,140,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18cde


Comments

No comments written yet.

Please login to write comment.