Color Hex Logo

#d568ac Color Hex

#D568AC
(213,104,172)
0 Favorites   0 Comments

Color spaces of #d568ac

RGB 213104172
HSL0.900.560.62
HSV323°51°84°
CMYK 0.000.510.19   0.16
XYZ39.837327.025342.1465
Yxy27.02530.36540.2479
Hunter Lab51.985945.8111-11.6781
CIE-Lab58.997750.9196-16.4509

#d568ac color RGB value is (213,104,172).

#d568ac hex color red value is 213, green value is 104 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d568ac hue: 0.90 , saturation: 0.56 and the lightness value of d568ac is 0.62.

The process color (four color CMYK) of #d568ac color hex is 0.00, 0.51, 0.19, 0.16. Web safe color of #d568ac is #cc6699. Color #d568ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101000 10101100
Octal 325 150 254
Decimal 213 104 172
Hex D5 68 AC

RGB Percentages of Color #d568ac

%43.56
%21.27
%35.17

CMYK Percentages of Color #d568ac

%0
%51
%19
%16

Triadic Colors of #d568ac

#d568ac #acd568 #68acd5

Analogous Colors of #d568ac

#d568ac #d56876 #c868d5

Monochromatic Colors of #d568ac

#d568ac

Complementary Color

#d568ac #68d591

#d568ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d568ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d568ac Color CSS Codes

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

#d568ac Text Font Color

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

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


#d568ac Background Color

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

This div background color is #d568ac


#d568ac Border Color

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

This div border color is #d568ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,104,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d568ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d568ac;
  -webkit-box-shadow: 1px 1px 3px 2px #d568ac;
  box-shadow:         1px 1px 3px 2px #d568ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,104,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d568ac


Comments

No comments written yet.

Please login to write comment.