Color Hex Logo

#e18cef Color Hex

#E18CEF
(225,140,239)
0 Favorites   0 Comments

Color spaces of #e18cef

RGB 225140239
HSL0.810.760.74
HSV292°41°94°
CMYK 0.060.410.00   0.06
XYZ56.009440.995786.6223
Yxy40.99570.30500.2233
Hunter Lab64.027944.0969-35.3930
CIE-Lab70.172947.7550-36.7450

#e18cef color RGB value is (225,140,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001100 11101111
Octal 341 214 357
Decimal 225 140 239
Hex E1 8C EF

RGB Percentages of Color #e18cef

%37.25
%23.18
%39.57

CMYK Percentages of Color #e18cef

%6
%41
%0
%6

Triadic Colors of #e18cef

#e18cef #efe18c #8cefe1

Analogous Colors of #e18cef

#e18cef #ef8ccc #b08cef

Monochromatic Colors of #e18cef

#e18cef

Complementary Color

#e18cef #9aef8c

#e18cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18cef Color CSS Codes

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

#e18cef Text Font Color

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

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


#e18cef Background Color

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

This div background color is #e18cef


#e18cef Border Color

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

This div border color is #e18cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18cef


Comments

No comments written yet.

Please login to write comment.