Color Hex Logo

#e69dbb Color Hex

#E69DBB
(230,157,187)
0 Favorites   0 Comments

Color spaces of #e69dbb

RGB 230157187
HSL0.930.590.76
HSV335°32°90°
CMYK 0.000.320.19   0.10
XYZ53.659744.524852.7797
Yxy44.52480.35540.2949
Hunter Lab66.726926.7721-0.1884
CIE-Lab72.577931.4428-4.3877

#e69dbb color RGB value is (230,157,187).

#e69dbb hex color red value is 230, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e69dbb hue: 0.93 , saturation: 0.59 and the lightness value of e69dbb is 0.76.

The process color (four color CMYK) of #e69dbb color hex is 0.00, 0.32, 0.19, 0.10. Web safe color of #e69dbb is #ff99cc. Color #e69dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011101 10111011
Octal 346 235 273
Decimal 230 157 187
Hex E6 9D BB

RGB Percentages of Color #e69dbb

%40.07
%27.35
%32.58

CMYK Percentages of Color #e69dbb

%0
%32
%19
%10

Triadic Colors of #e69dbb

#e69dbb #bbe69d #9dbbe6

Analogous Colors of #e69dbb

#e69dbb #e6a49d #e69de0

Monochromatic Colors of #e69dbb

#e69dbb

Complementary Color

#e69dbb #9de6c8

#e69dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69dbb Color CSS Codes

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

#e69dbb Text Font Color

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

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


#e69dbb Background Color

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

This div background color is #e69dbb


#e69dbb Border Color

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

This div border color is #e69dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69dbb


Comments

No comments written yet.

Please login to write comment.