Color Hex Logo

#e69bdd Color Hex

#E69BDD
(230,155,221)
0 Favorites   0 Comments

Color spaces of #e69bdd

RGB 230155221
HSL0.850.600.75
HSV307°33°90°
CMYK 0.000.330.04   0.10
XYZ57.405645.486174.1607
Yxy45.48610.32420.2569
Hunter Lab67.443433.9074-17.9849
CIE-Lab73.210838.1151-22.1566

#e69bdd color RGB value is (230,155,221).

#e69bdd hex color red value is 230, green value is 155 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e69bdd hue: 0.85 , saturation: 0.60 and the lightness value of e69bdd is 0.75.

The process color (four color CMYK) of #e69bdd color hex is 0.00, 0.33, 0.04, 0.10. Web safe color of #e69bdd is #ff99cc. Color #e69bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011011 11011101
Octal 346 233 335
Decimal 230 155 221
Hex E6 9B DD

RGB Percentages of Color #e69bdd

%37.95
%25.58
%36.47

CMYK Percentages of Color #e69bdd

%0
%33
%4
%10

Triadic Colors of #e69bdd

#e69bdd #dde69b #9bdde6

Analogous Colors of #e69bdd

#e69bdd #e69bb8 #ca9be6

Monochromatic Colors of #e69bdd

#e69bdd

Complementary Color

#e69bdd #9be6a4

#e69bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69bdd Color CSS Codes

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

#e69bdd Text Font Color

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

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


#e69bdd Background Color

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

This div background color is #e69bdd


#e69bdd Border Color

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

This div border color is #e69bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,155,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e69bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e69bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #e69bdd;
  box-shadow:         1px 1px 3px 2px #e69bdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,155,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69bdd


Comments

No comments written yet.

Please login to write comment.