Color Hex Logo

#e69bdb Color Hex

#E69BDB
(230,155,219)
0 Favorites   0 Comments

Color spaces of #e69bdb

RGB 230155219
HSL0.860.600.75
HSV309°33°90°
CMYK 0.000.330.05   0.10
XYZ57.140745.380272.7654
Yxy45.38020.32600.2589
Hunter Lab67.364833.5202-16.8878
CIE-Lab73.141537.7627-21.1655

#e69bdb color RGB value is (230,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011011 11011011
Octal 346 233 333
Decimal 230 155 219
Hex E6 9B DB

RGB Percentages of Color #e69bdb

%38.08
%25.66
%36.26

CMYK Percentages of Color #e69bdb

%0
%33
%5
%10

Triadic Colors of #e69bdb

#e69bdb #dbe69b #9bdbe6

Analogous Colors of #e69bdb

#e69bdb #e69bb6 #cc9be6

Monochromatic Colors of #e69bdb

#e69bdb

Complementary Color

#e69bdb #9be6a6

#e69bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69bdb Color CSS Codes

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

#e69bdb Text Font Color

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

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


#e69bdb Background Color

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

This div background color is #e69bdb


#e69bdb Border Color

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

This div border color is #e69bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69bdb


Comments

No comments written yet.

Please login to write comment.