Color Hex Logo

#e88ceb Color Hex

#E88CEB
(232,140,235)
0 Favorites   0 Comments

Color spaces of #e88ceb

RGB 232140235
HSL0.830.700.74
HSV298°40°92°
CMYK 0.010.400.00   0.08
XYZ57.652241.910183.6481
Yxy41.91010.31470.2288
Hunter Lab64.738045.6710-31.2921
CIE-Lab70.808949.0726-33.5027

#e88ceb color RGB value is (232,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001100 11101011
Octal 350 214 353
Decimal 232 140 235
Hex E8 8C EB

RGB Percentages of Color #e88ceb

%38.22
%23.06
%38.71

CMYK Percentages of Color #e88ceb

%1
%40
%0
%8

Triadic Colors of #e88ceb

#e88ceb #ebe88c #8cebe8

Analogous Colors of #e88ceb

#e88ceb #eb8cbf #b98ceb

Monochromatic Colors of #e88ceb

#e88ceb

Complementary Color

#e88ceb #8feb8c

#e88ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88ceb Color CSS Codes

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

#e88ceb Text Font Color

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

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


#e88ceb Background Color

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

This div background color is #e88ceb


#e88ceb Border Color

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

This div border color is #e88ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88ceb


Comments

No comments written yet.

Please login to write comment.