Color Hex Logo

#e18cec Color Hex

#E18CEC
(225,140,236)
0 Favorites   0 Comments

Color spaces of #e18cec

RGB 225140236
HSL0.810.720.74
HSV293°41°93°
CMYK 0.050.410.00   0.07
XYZ55.569740.819884.3071
Yxy40.81980.30750.2259
Hunter Lab63.890443.4451-33.5134
CIE-Lab70.049547.1871-35.2918

#e18cec color RGB value is (225,140,236).

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

The process color (four color CMYK) of #e18cec color hex is 0.05, 0.41, 0.00, 0.07. Web safe color of #e18cec is #cc99ff. Color #e18cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001100 11101100
Octal 341 214 354
Decimal 225 140 236
Hex E1 8C EC

RGB Percentages of Color #e18cec

%37.44
%23.29
%39.27

CMYK Percentages of Color #e18cec

%5
%41
%0
%7

Triadic Colors of #e18cec

#e18cec #ece18c #8cece1

Analogous Colors of #e18cec

#e18cec #ec8cc7 #b18cec

Monochromatic Colors of #e18cec

#e18cec

Complementary Color

#e18cec #97ec8c

#e18cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18cec Color CSS Codes

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

#e18cec Text Font Color

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

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


#e18cec Background Color

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

This div background color is #e18cec


#e18cec Border Color

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

This div border color is #e18cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18cec


Comments

No comments written yet.

Please login to write comment.