Color Hex Logo

#d668ac Color Hex

#D668AC
(214,104,172)
0 Favorites   0 Comments

Color spaces of #d668ac

RGB 214104172
HSL0.900.570.62
HSV323°51°84°
CMYK 0.000.510.20   0.16
XYZ40.128327.175342.1601
Yxy27.17530.36660.2483
Hunter Lab52.129946.1774-11.4599
CIE-Lab59.136251.2315-16.2278

#d668ac color RGB value is (214,104,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101000 10101100
Octal 326 150 254
Decimal 214 104 172
Hex D6 68 AC

RGB Percentages of Color #d668ac

%43.67
%21.22
%35.10

CMYK Percentages of Color #d668ac

%0
%51
%20
%16

Triadic Colors of #d668ac

#d668ac #acd668 #68acd6

Analogous Colors of #d668ac

#d668ac #d66875 #c968d6

Monochromatic Colors of #d668ac

#d668ac

Complementary Color

#d668ac #68d692

#d668ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d668ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d668ac Color CSS Codes

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

#d668ac Text Font Color

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

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


#d668ac Background Color

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

This div background color is #d668ac


#d668ac Border Color

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

This div border color is #d668ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d668ac


Comments

No comments written yet.

Please login to write comment.