Color Hex Logo

#e98cbf Color Hex

#E98CBF
(233,140,191)
0 Favorites   0 Comments

Color spaces of #e98cbf

RGB 233140191
HSL0.910.680.73
HSV327°40°91°
CMYK 0.000.400.18   0.09
XYZ52.386339.841454.2193
Yxy39.84140.35770.2721
Hunter Lab63.120037.6855-6.7453
CIE-Lab69.356442.0333-11.3576

#e98cbf color RGB value is (233,140,191).

#e98cbf hex color red value is 233, green value is 140 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e98cbf hue: 0.91 , saturation: 0.68 and the lightness value of e98cbf is 0.73.

The process color (four color CMYK) of #e98cbf color hex is 0.00, 0.40, 0.18, 0.09. Web safe color of #e98cbf is #ff99cc. Color #e98cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001100 10111111
Octal 351 214 277
Decimal 233 140 191
Hex E9 8C BF

RGB Percentages of Color #e98cbf

%41.31
%24.82
%33.87

CMYK Percentages of Color #e98cbf

%0
%40
%18
%9

Triadic Colors of #e98cbf

#e98cbf #bfe98c #8cbfe9

Analogous Colors of #e98cbf

#e98cbf #e98c91 #e58ce9

Monochromatic Colors of #e98cbf

#e98cbf

Complementary Color

#e98cbf #8ce9b6

#e98cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98cbf Color CSS Codes

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

#e98cbf Text Font Color

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

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


#e98cbf Background Color

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

This div background color is #e98cbf


#e98cbf Border Color

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

This div border color is #e98cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98cbf


Comments

No comments written yet.

Please login to write comment.