Color Hex Logo

#d69ebe Color Hex

#D69EBE
(214,158,190)
0 Favorites   0 Comments

Color spaces of #d69ebe

RGB 214158190
HSL0.900.410.73
HSV326°26°84°
CMYK 0.000.260.11   0.16
XYZ49.252742.467654.3164
Yxy42.46760.33730.2908
Hunter Lab65.167220.8660-3.8008
CIE-Lab71.192125.7782-8.2872

#d69ebe color RGB value is (214,158,190).

#d69ebe hex color red value is 214, green value is 158 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d69ebe hue: 0.90 , saturation: 0.41 and the lightness value of d69ebe is 0.73.

The process color (four color CMYK) of #d69ebe color hex is 0.00, 0.26, 0.11, 0.16. Web safe color of #d69ebe is #cc99cc. Color #d69ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011110 10111110
Octal 326 236 276
Decimal 214 158 190
Hex D6 9E BE

RGB Percentages of Color #d69ebe

%38.08
%28.11
%33.81

CMYK Percentages of Color #d69ebe

%0
%26
%11
%16

Triadic Colors of #d69ebe

#d69ebe #bed69e #9ebed6

Analogous Colors of #d69ebe

#d69ebe #d69ea2 #d29ed6

Monochromatic Colors of #d69ebe

#d69ebe

Complementary Color

#d69ebe #9ed6b6

#d69ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69ebe Color CSS Codes

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

#d69ebe Text Font Color

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

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


#d69ebe Background Color

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

This div background color is #d69ebe


#d69ebe Border Color

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

This div border color is #d69ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,158,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d69ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d69ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #d69ebe;
  box-shadow:         1px 1px 3px 2px #d69ebe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,158,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69ebe


Comments

No comments written yet.

Please login to write comment.