Color Hex Logo

#e88bdf Color Hex

#E88BDF
(232,139,223)
0 Favorites   0 Comments

Color spaces of #e88bdf

RGB 232139223
HSL0.850.670.73
HSV306°40°91°
CMYK 0.000.400.04   0.09
XYZ55.830640.948874.7733
Yxy40.94880.32540.2387
Hunter Lab63.991243.7516-24.4861
CIE-Lab70.140047.4501-27.9342

#e88bdf color RGB value is (232,139,223).

#e88bdf hex color red value is 232, green value is 139 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e88bdf hue: 0.85 , saturation: 0.67 and the lightness value of e88bdf is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001011 11011111
Octal 350 213 337
Decimal 232 139 223
Hex E8 8B DF

RGB Percentages of Color #e88bdf

%39.06
%23.40
%37.54

CMYK Percentages of Color #e88bdf

%0
%40
%4
%9

Triadic Colors of #e88bdf

#e88bdf #dfe88b #8bdfe8

Analogous Colors of #e88bdf

#e88bdf #e88bb1 #c38be8

Monochromatic Colors of #e88bdf

#e88bdf

Complementary Color

#e88bdf #8be894

#e88bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88bdf Color CSS Codes

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

#e88bdf Text Font Color

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

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


#e88bdf Background Color

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

This div background color is #e88bdf


#e88bdf Border Color

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

This div border color is #e88bdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,139,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88bdf


Comments

No comments written yet.

Please login to write comment.