Color Hex Logo

#e98ceb Color Hex

#E98CEB
(233,140,235)
0 Favorites   0 Comments

Color spaces of #e98ceb

RGB 233140235
HSL0.830.700.74
HSV299°40°92°
CMYK 0.010.400.00   0.08
XYZ57.977842.078083.6634
Yxy42.07800.31560.2290
Hunter Lab64.867646.0228-31.0624
CIE-Lab70.924749.3689-33.3143

#e98ceb color RGB value is (233,140,235).

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

The process color (four color CMYK) of #e98ceb color hex is 0.01, 0.40, 0.00, 0.08. Web safe color of #e98ceb is #ff99ff. Color #e98ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001100 11101011
Octal 351 214 353
Decimal 233 140 235
Hex E9 8C EB

RGB Percentages of Color #e98ceb

%38.32
%23.03
%38.65

CMYK Percentages of Color #e98ceb

%1
%40
%0
%8

Triadic Colors of #e98ceb

#e98ceb #ebe98c #8cebe9

Analogous Colors of #e98ceb

#e98ceb #eb8cbe #ba8ceb

Monochromatic Colors of #e98ceb

#e98ceb

Complementary Color

#e98ceb #8eeb8c

#e98ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98ceb Color CSS Codes

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

#e98ceb Text Font Color

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

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


#e98ceb Background Color

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

This div background color is #e98ceb


#e98ceb Border Color

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

This div border color is #e98ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98ceb


Comments

No comments written yet.

Please login to write comment.