Color Hex Logo

#e8bdff Color Hex

#E8BDFF
(232,189,255)
2 Favorites   0 Comments

Color spaces of #e8bdff

RGB 232189255
HSL0.781.000.87
HSV279°26°100°
CMYK 0.090.260.00   0.00
XYZ69.526360.7710102.6733
Yxy60.77100.29840.2609
Hunter Lab77.955822.7760-23.5201
CIE-Lab82.255526.9976-26.7173

#e8bdff color RGB value is (232,189,255).

#e8bdff hex color red value is 232, green value is 189 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e8bdff hue: 0.78 , saturation: 1.00 and the lightness value of e8bdff is 0.87.

The process color (four color CMYK) of #e8bdff color hex is 0.09, 0.26, 0.00, 0.00. Web safe color of #e8bdff is #ffccff. Color #e8bdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111101 11111111
Octal 350 275 377
Decimal 232 189 255
Hex E8 BD FF

RGB Percentages of Color #e8bdff

%34.32
%27.96
%37.72

CMYK Percentages of Color #e8bdff

%9
%26
%0
%0

Triadic Colors of #e8bdff

#e8bdff #ffe8bd #bdffe8

Analogous Colors of #e8bdff

#e8bdff #ffbdf5 #c7bdff

Monochromatic Colors of #e8bdff

#e8bdff

Complementary Color

#e8bdff #d4ffbd

#e8bdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8bdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8bdff Color CSS Codes

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

#e8bdff Text Font Color

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

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


#e8bdff Background Color

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

This div background color is #e8bdff


#e8bdff Border Color

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

This div border color is #e8bdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8bdff

Related Colors

#e8bdff Color Palettes


Comments

No comments written yet.

Please login to write comment.