Color Hex Logo

#d17eba Color Hex

#D17EBA
(209,126,186)
0 Favorites   0 Comments

Color spaces of #d17eba

RGB 209126186
HSL0.880.470.66
HSV317°40°82°
CMYK 0.000.400.11   0.18
XYZ42.618332.022250.3890
Yxy32.02220.34090.2561
Hunter Lab56.588235.4046-13.1831
CIE-Lab63.361240.6235-17.8697

#d17eba color RGB value is (209,126,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111110 10111010
Octal 321 176 272
Decimal 209 126 186
Hex D1 7E BA

RGB Percentages of Color #d17eba

%40.12
%24.18
%35.70

CMYK Percentages of Color #d17eba

%0
%40
%11
%18

Triadic Colors of #d17eba

#d17eba #bad17e #7ebad1

Analogous Colors of #d17eba

#d17eba #d17e91 #bf7ed1

Monochromatic Colors of #d17eba

#d17eba

Complementary Color

#d17eba #7ed195

#d17eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17eba Color CSS Codes

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

#d17eba Text Font Color

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

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


#d17eba Background Color

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

This div background color is #d17eba


#d17eba Border Color

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

This div border color is #d17eba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,126,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17eba


Comments

No comments written yet.

Please login to write comment.