Color Hex Logo

#d17cbd Color Hex

#D17CBD
(209,124,189)
0 Favorites   0 Comments

Color spaces of #d17cbd

RGB 209124189
HSL0.870.480.65
HSV314°41°82°
CMYK 0.000.410.10   0.18
XYZ42.687531.644752.0023
Yxy31.64470.33790.2505
Hunter Lab56.253637.0091-15.4317
CIE-Lab63.048142.1800-20.0432

#d17cbd color RGB value is (209,124,189).

#d17cbd hex color red value is 209, green value is 124 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d17cbd hue: 0.87 , saturation: 0.48 and the lightness value of d17cbd is 0.65.

The process color (four color CMYK) of #d17cbd color hex is 0.00, 0.41, 0.10, 0.18. Web safe color of #d17cbd is #cc66cc. Color #d17cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111100 10111101
Octal 321 174 275
Decimal 209 124 189
Hex D1 7C BD

RGB Percentages of Color #d17cbd

%40.04
%23.75
%36.21

CMYK Percentages of Color #d17cbd

%0
%41
%10
%18

Triadic Colors of #d17cbd

#d17cbd #bdd17c #7cbdd1

Analogous Colors of #d17cbd

#d17cbd #d17c93 #bb7cd1

Monochromatic Colors of #d17cbd

#d17cbd

Complementary Color

#d17cbd #7cd190

#d17cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17cbd Color CSS Codes

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

#d17cbd Text Font Color

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

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


#d17cbd Background Color

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

This div background color is #d17cbd


#d17cbd Border Color

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

This div border color is #d17cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17cbd


Comments

No comments written yet.

Please login to write comment.