Color Hex Logo

#e98cec Color Hex

#E98CEC
(233,140,236)
0 Favorites   0 Comments

Color spaces of #e98cec

RGB 233140236
HSL0.830.720.74
HSV298°41°93°
CMYK 0.010.410.00   0.07
XYZ58.122742.135984.4265
Yxy42.13590.31470.2281
Hunter Lab64.912246.2335-31.6756
CIE-Lab70.964549.5501-33.8008

#e98cec color RGB value is (233,140,236).

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

The process color (four color CMYK) of #e98cec color hex is 0.01, 0.41, 0.00, 0.07. Web safe color of #e98cec is #ff99ff. Color #e98cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001100 11101100
Octal 351 214 354
Decimal 233 140 236
Hex E9 8C EC

RGB Percentages of Color #e98cec

%38.26
%22.99
%38.75

CMYK Percentages of Color #e98cec

%1
%41
%0
%7

Triadic Colors of #e98cec

#e98cec #ece98c #8cece9

Analogous Colors of #e98cec

#e98cec #ec8cbf #b98cec

Monochromatic Colors of #e98cec

#e98cec

Complementary Color

#e98cec #8fec8c

#e98cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98cec Color CSS Codes

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

#e98cec Text Font Color

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

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


#e98cec Background Color

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

This div background color is #e98cec


#e98cec Border Color

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

This div border color is #e98cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98cec


Comments

No comments written yet.

Please login to write comment.