Color Hex Logo

#d17ebe Color Hex

#D17EBE
(209,126,190)
0 Favorites   0 Comments

Color spaces of #d17ebe

RGB 209126190
HSL0.870.470.66
HSV314°40°82°
CMYK 0.000.400.09   0.18
XYZ43.049632.194752.6604
Yxy32.19470.33660.2517
Hunter Lab56.740436.1344-15.3084
CIE-Lab63.503541.2970-19.9148

#d17ebe color RGB value is (209,126,190).

#d17ebe hex color red value is 209, green value is 126 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d17ebe hue: 0.87 , saturation: 0.47 and the lightness value of d17ebe is 0.66.

The process color (four color CMYK) of #d17ebe color hex is 0.00, 0.40, 0.09, 0.18. Web safe color of #d17ebe is #cc66cc. Color #d17ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111110 10111110
Octal 321 176 276
Decimal 209 126 190
Hex D1 7E BE

RGB Percentages of Color #d17ebe

%39.81
%24.00
%36.19

CMYK Percentages of Color #d17ebe

%0
%40
%9
%18

Triadic Colors of #d17ebe

#d17ebe #bed17e #7ebed1

Analogous Colors of #d17ebe

#d17ebe #d17e95 #bb7ed1

Monochromatic Colors of #d17ebe

#d17ebe

Complementary Color

#d17ebe #7ed191

#d17ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17ebe Color CSS Codes

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

#d17ebe Text Font Color

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

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


#d17ebe Background Color

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

This div background color is #d17ebe


#d17ebe Border Color

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

This div border color is #d17ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,126,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 #d17ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17ebe


Comments

No comments written yet.

Please login to write comment.