Color Hex Logo

#e98ecc Color Hex

#E98ECC
(233,142,204)
0 Favorites   0 Comments

Color spaces of #e98ecc

RGB 233142204
HSL0.890.670.74
HSV319°39°91°
CMYK 0.000.390.12   0.09
XYZ54.176441.029362.1908
Yxy41.02930.34420.2607
Hunter Lab64.054138.8790-12.7274
CIE-Lab70.196443.0298-17.3258

#e98ecc color RGB value is (233,142,204).

#e98ecc hex color red value is 233, green value is 142 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e98ecc hue: 0.89 , saturation: 0.67 and the lightness value of e98ecc is 0.74.

The process color (four color CMYK) of #e98ecc color hex is 0.00, 0.39, 0.12, 0.09. Web safe color of #e98ecc is #ff99cc. Color #e98ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001110 11001100
Octal 351 216 314
Decimal 233 142 204
Hex E9 8E CC

RGB Percentages of Color #e98ecc

%40.24
%24.53
%35.23

CMYK Percentages of Color #e98ecc

%0
%39
%12
%9

Triadic Colors of #e98ecc

#e98ecc #cce98e #8ecce9

Analogous Colors of #e98ecc

#e98ecc #e98e9f #d98ee9

Monochromatic Colors of #e98ecc

#e98ecc

Complementary Color

#e98ecc #8ee9ab

#e98ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98ecc Color CSS Codes

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

#e98ecc Text Font Color

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

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


#e98ecc Background Color

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

This div background color is #e98ecc


#e98ecc Border Color

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

This div border color is #e98ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,142,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98ecc


Comments

No comments written yet.

Please login to write comment.