Color Hex Logo

#d1568d Color Hex

#D1568D
(209,86,141)
0 Favorites   0 Comments

Color spaces of #d1568d

RGB 20986141
HSL0.930.570.58
HSV333°59°82°
CMYK 0.000.590.33   0.18
XYZ34.430022.134027.6569
Yxy22.13400.40880.2628
Hunter Lab47.046848.2988-1.9214
CIE-Lab54.168953.9740-5.6806

#d1568d color RGB value is (209,86,141).

#d1568d hex color red value is 209, green value is 86 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #d1568d hue: 0.93 , saturation: 0.57 and the lightness value of d1568d is 0.58.

The process color (four color CMYK) of #d1568d color hex is 0.00, 0.59, 0.33, 0.18. Web safe color of #d1568d is #cc6699. Color #d1568d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010110 10001101
Octal 321 126 215
Decimal 209 86 141
Hex D1 56 8D

RGB Percentages of Color #d1568d

%47.94
%19.72
%32.34

CMYK Percentages of Color #d1568d

%0
%59
%33
%18

Triadic Colors of #d1568d

#d1568d #8dd156 #568dd1

Analogous Colors of #d1568d

#d1568d #d15d56 #d156cb

Monochromatic Colors of #d1568d

#d1568d

Complementary Color

#d1568d #56d19a

#d1568d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1568d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1568d Color CSS Codes

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

#d1568d Text Font Color

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

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


#d1568d Background Color

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

This div background color is #d1568d


#d1568d Border Color

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

This div border color is #d1568d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1568d


Comments

No comments written yet.

Please login to write comment.